<vaadin-grid-sorter>
can be used to define sorting for a column.
Hint: When using a data provider, path
on the sorter element
can be customized to be any string, instead of a property on the item object.
NOTE: You must explicitly import the vaadin-grid-sorter.html
in order to use <vaadin-grid-sorter>
.
<vaadin-grid-filter>
can be used to define filtering for a column.
Hint: When using a data provider, path
on the filter element
can be customized to be any string, instead of a property on the item object.
NOTE: You must explicitly import the vaadin-grid-filter.html
in order to use <vaadin-grid-filter>
.