react-filterable-table
react-filterable-table copied to clipboard
Allow passing in exactFilters and filters in props
Hello,
Thanks for creating a really neat table component.
I would like to be able to have some custom buttons to allow my users to apply a couple of filters as well as a sort order to the table. I.e. all records with "active" status, sorted by date.
Could it be enabled so that I can pass in initialExactFilters and initialFilter as well as the existing initialSort prop?
Thanks.