Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 140161

How to filter current data without making remote call? - Material Table(mbrn/material-table)

$
0
0

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?


Viewing all articles
Browse latest Browse all 140161

Trending Articles