Skip to main content
Version: 4.xx.xx

Table Filters in Material UI

The Table Filter option allows you to apply filters to the data in your table. The example below demonstrates how you might filter and display data in your table based on certain field parameters. By filtering your table's data you may only see the fields you want.

Run on your local
npm create refine-app@latest -- --example table-material-ui-table-filter