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
handledBy
Link copied to clipboard
open infix fun <E : Event, X : Element> DomListener<E, X>.handledBy(handler: Handler<Unit>)
Content copied to clipboard
open infix fun <E : Event, X : Element> DomListener<E, X>.handledBy(execute: suspend (E) -> Unit): Job
Content copied to clipboard
open infix fun <E : Event> WindowListener<E>.handledBy(handler: Handler<Unit>)
Content copied to clipboard
isDataRowSelected
Link copied to clipboard
Properties
dbClickedRow
Link copied to clipboard
selectedData
Link copied to clipboard
selectRows
Link copied to clipboard
syncHandler
Link copied to clipboard