Is there any way to grab an array of all the grid filters that a user has filled out without them pressing the "Filter" buttons? Before a user presses the "Filter" button, dataSource.filter() is undefined, but after pressing filter it is populated. I would like to be able to have all filter values that a user has entered in other columns (without pressing the "filter" button in each column) to be created. As it is right now, if I want to filter on 4 different columns, the user must click filter 4 times - which may not be intuitive to most users.
Also, are there any plans in the future to allow users to define how column filters join together in the UI? The ideal end result would be: "(Column1Filters) AND (Column2Filters) OR (Column3Filters)" or at least a toggle between using "AND" or "OR" for joining all column filters in the header of the grid.
Also, are there any plans in the future to allow users to define how column filters join together in the UI? The ideal end result would be: "(Column1Filters) AND (Column2Filters) OR (Column3Filters)" or at least a toggle between using "AND" or "OR" for joining all column filters in the header of the grid.