DataPaging¶
Configure the loading indicator shown at the end of the list, when loading next page of data. Also configure page size for fetching data.
DataPaging Properties¶
Property | Type | Required | Default |
---|---|---|---|
LoadingIndicatorText | string |
No | "" |
PageSize | integer |
No | 50 |
ShowLoadingIndicator | boolean |
No | false |
LoadingIndicatorText¶
Text to show under the loading indicator. Only applicable when ShowLoadingIndicator
is set to true.
- type:
string
- default:
""
PageSize¶
Specify page size for fetching data.
- type:
integer
- default:
50
ShowLoadingIndicator¶
Show or hide loading indicator when loading next page of data.
- type:
boolean
- default:
false