| Interface | Description |
|---|---|
| TableEvent |
An interface to define events for the data table and specify the event type
|
| TableEventListener |
An interface to define a new listener for a Table event
|
| Class | Description |
|---|---|
| BodyScrollEvent |
This event will be fired by the
BodyScrollPlugin for scrollable table body whenever the
scroll reaches the top or the bottom |
| DataSortEvent |
This event will be fired by the
SortPlugin or
the DataTable when the sort is by the data store. |
| ExpandRecordEvent<T> |
This event will be fired by the
RecordDetailsPlugin when a record is expanded |
| OnBeforeDataChangeEvent<T> |
This event will be fired by the
DataTable right before
the data in the table is changed to allow other plugins to apply any cleanup required before the
new data is applied |
| RowRecordUpdatedEvent<T> |
This event will be fired when the record of a specific row in the table has its record updated
|
| SearchClearedEvent |
This event will be fired when the date table search is cleared, it is fired by the
|
| SearchEvent |
This event is fired when ever the search filters of the data table are changed, it is fired from
the following locations :
|
| SortEvent<T> |
This event will be fired when ever the sort in a data store is changed or by clicking on a column
header
|
| TableDataUpdatedEvent<T> |
This event will be fired after the data in the table is changed
|
| TablePageChangeEvent |
This event will be fired when the page of the data table is changed
|
Copyright © 2019–2022 Dominokit. All rights reserved.