| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable.store |
| Modifier and Type | Method and Description |
|---|---|
LocalListDataStore<T> |
LocalListDataStore.setAutoSort(boolean autoSort) |
LocalListDataStore<T> |
LocalListDataStore.setAutoSortBy(String autoSortBy)
set the default column name to initially sort the data list by.
|
LocalListDataStore<T> |
LocalListDataStore.setAutoSortDirection(SortDirection autoSortDirection)
set the default sort direction to initially sort the data list by.
|
LocalListDataStore<T> |
LocalListDataStore.setPagination(HasPagination pagination)
set the pagination component to be used by the data store
|
LocalListDataStore<T> |
LocalListDataStore.setRecordsSorter(RecordsSorter<T> recordsSorter)
Sets the records sorting for this data store
|
LocalListDataStore<T> |
LocalListDataStore.setRecordsSorter(RecordsSorter<T> recordsSorter,
LocalListDataStore.SortFunction<T> sortFunction) |
LocalListDataStore<T> |
LocalListDataStore.setSearchFilter(SearchFilter<T> searchFilter)
Sets a search filter, when ever the data store receives a
SearchEvent it will use this
search filter to filter the data list |
Copyright © 2019–2022 Dominokit. All rights reserved.