-
GridPro.addEditColumn(com.vaadin.flow.function.ValueProvider<E,?> valueProvider)
Adds a new edit column to this
GridPro with a value provider.
GridPro.addEditColumn(com.vaadin.flow.function.ValueProvider<E,?> valueProvider,
com.vaadin.flow.data.renderer.Renderer<E> renderer)
Adds a new edit column to this
GridPro with a value provider and
renderer which is used to display the content when the cell is not in the
edit mode.
GridPro.addEditColumn(com.vaadin.flow.function.ValueProvider<E,V> valueProvider,
String... sortingProperties)
Adds a new edit column to this
GridPro with a value provider and
sorting properties.
Adds a new edit column for the given property name.
Configures a predicate that determines whether individual cells in this
column are editable.
Configures the column to not refresh the item automatically when a
property is updated.