Skip to content

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.


When assigning a rule to a property of DataPaging, the rule will be passed an instance from one of the following proxy classes as an argument:


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