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.
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.