material-components-web
material-components-web copied to clipboard
[Data table] Add text field and chip filters to table and columns
Feature Request
Add filters to data table (chips and text fields)
Proposed solution
First, add chip filters, as specified in the Material Design Guidelines:

Then, add text fields to each column that acts as a filter. Writing text in the filter field should update the table rows in real time
Alternatives considered
A standalone input in the first row in every column to make columns filters
Hi there, thank you for filing this issue. Adding filter chips to the data table component is not in our immediate future tasks.
For an immediate solution I would recommend adding this functionality in your page. Adding a standalone input chip component above the the data table and filter the rows shown in the data table.