mui-datatables
mui-datatables copied to clipboard
Table search isn't working when serverSide option set to true
Hi all, I'm using the last version of mui-datables and I think there is an issue with the serverSide: true when I'm using it (data filtered in the server) it should keep the search input working with the current data in the table. Is it possible to have serverSide: true but keep the auto search that will give me results from the data that was fetched in the table?
meaning: to have options {serverSide: true, search: true, searchAlwaysOpen: true,}
Facing the same issue and customSearch is not helping