-
class
Design goals for this component:
- support lazy loading
- no weird HierarchicalDataProvider stuff
- support scrollToItem
- also support provide same simpler API for non-lazy loading mode
that is available for TreeGrid
-
class
A Grid which uses "traditional" paging, instead of the lazy loading while
scrolling commonly used in Vaadin apps.
VGrid.setDataProvider(com.vaadin.flow.data.provider.CallbackDataProvider.FetchCallback<T,Void> fetchCallback,
com.vaadin.flow.data.provider.CallbackDataProvider.CountCallback<T,Void> countCallback)
Defines a formatter used for all basic data columns.
Adds a Vaadin 3,4,5,6,7,8 style column selector.
Adds a strategy to style cells based on rows.
VGrid.withSelectionMode(com.vaadin.flow.component.grid.Grid.SelectionMode selectionMode)
VGrid.withSelectionModel(com.vaadin.flow.component.grid.GridSelectionModel<T> selectionModel,
com.vaadin.flow.component.grid.Grid.SelectionMode selectionMode)