I am using mbrn/material-table with filtering on a column and remote data feature. When I filter by a term, the table makes an API call to the server with filter criteria in query object. My expectation here is that on typing filter term I want the table to search in the current dataset on the current page. I do not want the table to make an extra call for filtering. It should show only rows that match the term.
Any suggestions on how can I achieve this?
Check the link https://stackblitz.com/edit/aftkrc Open editor console to see API is being called on every filter text.