| Interface | Description |
|---|---|
| DataStore<T> |
An interface to implement different data stores for the data table and listen to table events.
|
| LocalListDataStore.SortFunction<T> | |
| RecordsSorter<T> |
An interface to implement the sort mechanism for a
LocalListDataStore |
| SearchFilter<T> |
An interface to write implementation for filtering
LocalListDataStore records |
| StoreDataChangeListener<T> |
A listener interface to handle
DataChangedEvent |
| Class | Description |
|---|---|
| DataChangedEvent<T> |
This event is fired whenever the data in the data table is changed including the sort
|
| LocalListDataStore<T> |
An implementation of the
DataStore that wraps an in-memory/local list of records allowing
the data table to use features like pagination and sorting |
| LocalListScrollingDataSource<T> |
An implementation of the
DataStore that wraps an in-memory/local list of records allowing
the data table to use features like pagination and sorting and will keep load data into the data
table in append mode as we scroll to the bottom of the data table |
Copyright © 2019–2022 Dominokit. All rights reserved.