Posted 18 October 2018, 4:17 am EST
Hello
We have a angular2 FlexGrid that loads paged data asynchronously.
So, we have API method on the server, that accepts page size, page number, column filters, sorting, etc. This method returns only required page data.
FlexGridFilter uses only data loaded into the FlexGrid. But since in our grid we have only single data page - FlexGridFilter doesn’t show all required values.
So, question.
Is it possible to customize FlexGridFilter to make these possible:
- Populate filter values from the server (not only those that exist in current page)
- Disable default filtering and send filters description to the server when filter has been edited.
