isDataLoading
True while a load operation is in progress.
Usage
if (ds.isDataLoading()) {
// show spinner
}API
isDataLoading(): boolean;Last updated
Was this helpful?
True while a load operation is in progress.
if (ds.isDataLoading()) {
// show spinner
}isDataLoading(): boolean;Last updated
Was this helpful?
Was this helpful?