DataTable

DataTable component displays data in tabular format, starting from a store script.

Properties

In addition to the default properties of the components you have the following properties available.

Loading

  • store store path of the script used to load data

  • skeletonRow number of skeleton rows to show while loading

Pagination

  • pagination true / false

  • paginationType client / server

Sorting

  • sortField default field from which sorting is applied (at the moment this sorting is possible only client-side)

  • sortOrder sorting order of sortField

Filter

  • globalFilterFields list of available fields in the global filter

  • globalFilterMode client/server

Methods

In addition to the default methods of the components you have the following methods available.

Events

In addition to the default events of the components you have the following events available.

Last updated