Row Selection Store
class RowSelectionStore<T, I>(rowIdProvider: (T) -> I) : RootStore<List<T>>
Content copied to clipboard
This store manages the selected rows of the data table. It does not manage the state of the columns (configuration meta data like sorting, order and so on); this is done by StateStore!
Constructors
RowSelectionStore
Link copied to clipboard
Functions
errorHandler
Link copied to clipboard
handle
Link copied to clipboard
isDataRowSelected
Link copied to clipboard
Properties
dbClickedRow
Link copied to clipboard
selectedData
Link copied to clipboard
The first item must always be dropped; need to find out why!
selectRows
Link copied to clipboard
syncHandler
Link copied to clipboard
This handler can be used to synchronize the selection with the actual data of the table.