forked from gregnb/mui-datatables
-
Notifications
You must be signed in to change notification settings - Fork 9
Remote data and filter options #16
Copy link
Copy link
Open
Description
There's one moment, which is either missing in documentation or not implemented.
Imagine I'm using remote data loading (https://github.com/Diaver/material-datatable#remote-data) and loading data page by page. So I load only the page, which user is looking at. I also already know all possible values for filters beforehand.
Let's say column 'status' can be 'OK' or 'ERROR'. But the first page has only objects with 'OK'. Right now OOB shown possible values for filter would include only OK. How can I override that?
If it's not possible, documentation should say that remote data loading is not fully supported, because basically it makes filters unusable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels