| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable | |
| org.dominokit.domino.ui.datatable.store |
| Modifier and Type | Method and Description |
|---|---|
DataStore<T> |
DataTable.getDataStore() |
| Constructor and Description |
|---|
DataTable(TableConfig<T> tableConfig,
DataStore<T> dataStore)
Creates a new data table instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
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 |
class |
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.