Table

constructor(model: M, selectionModel: SelectionModel<Int>? = null, scrollCache: Int = 0, columns: ColumnFactory<T>.() -> Unit)(source)

Parameters

model

that holds the data for the Table

selectionModel

that manages the Table's selection state

scrollCache

determining how many "hidden" items are rendered above and below the Table's view-port. A value of 0 means only visible items are rendered, but quick scrolling is more likely to show blank areas.

columns

factory to define the set of columns for the Table