Filters
Last updated
Last updated
A filter
can be enabled on a column to allow filtering of data in that column.
Make use of the filter
field to enable it for a specific column.
Filters can be enabled for all columns using the default-filter
attribute on the object-table.
Depending on the type of data in the column, different types of filters will appear to cater for that type of data. For example, date fields will show date filters, and text fields will show text filters.
It is possible to access filtered table data. These methods are available in the controls
context of the object-table
. See the Exposing data section in the guide for object-table
controls
for details.