material-components-web icon indicating copy to clipboard operation
material-components-web copied to clipboard

[Data table] Add text field and chip filters to table and columns

Open maicol07 opened this issue 4 years ago • 1 comments

Feature Request

Add filters to data table (chips and text fields)

Proposed solution

First, add chip filters, as specified in the Material Design Guidelines:

immagine

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

maicol07 avatar Aug 18 '21 14:08 maicol07

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.

EstebanG23 avatar Aug 20 '21 22:08 EstebanG23