Filter Variants Example
Mantine React Table not only has filtering built in, but it also has a lot of different filter variants that take care of a lot of the heavy lifting for you. Text filters, date filters, range filters, range slider filters, and more are all built in and ready to use. There is much more you can do to customize the behavior of filtering, so be sure to check out the full Column Filtering Feature Guide for more information.
Account Status | Name | Hire Date | Age | Salary | City | State |
---|---|---|---|---|---|---|
Active | Tanner Linsley | 2/23/2016 | 42 | $100,000.00 | San Francisco | California |
Active | Kevin Vandy | 2/23/2019 | 51 | $80,000.00 | Richmond | Virginia |
Inactive | John Doe | 2/23/2014 | 27 | $120,000.00 | Riverside | South Carolina |
Active | Jane Doe | 2/25/2015 | 32 | $150,000.00 | San Francisco | California |
Inactive | John Smith | 6/11/2023 | 42 | $75,000.00 | Los Angeles | California |
Active | Jane Smith | 2/23/2019 | 51 | $56,000.00 | Blacksburg | Virginia |
Inactive | Samuel Jackson | 2/23/2010 | 27 | $90,000.00 | New York | New York |
View Extra Storybook Examples