LoadingScreenOptions

Options for the Loading Screen shown when AdapTable is initialising

TypeScript
export interface

Properties

PropertyDescriptionDefault
loadingScreenDelayDelay in ms before Loading Screen appears200
loadingScreenTextText to display in Loading Screen.'Retrieving your settings and setting up Grid...'
loadingScreenTitleTitle to display in Loading Screen.'Initialising Grid'
showLoadingScreenDisplay Loading Screen when AdapTable initialisestrue

Property Details

loadingScreenDelay

Delay in ms before Loading Screen appears

TypeScript
loadingScreenDelay?: number;
Default Value

200

Property Value

number

loadingScreenText

Text to display in Loading Screen.

TypeScript
loadingScreenText?: string;
Default Value

'Retrieving your settings and setting up Grid...'

Property Value

string

loadingScreenTitle

Title to display in Loading Screen.

TypeScript
loadingScreenTitle?: string;
Default Value

'Initialising Grid'

Property Value

string

showLoadingScreen

Display Loading Screen when AdapTable initialises

TypeScript
showLoadingScreen?: boolean;
Default Value

true

Property Value

boolean