Hello everyone,
Is there a method to programmatically reset all column sorting/filters simultaneously within the GridPlus component?
For instance, consider a grid with five columns where a user applies sorting and filtering on three separate columns. Currently, the user must clear each column’s sorting/filtering individually to restore the grid to its initial state. My idea is to reset all sorting and filtering criteria with one button action.Thanks!
Discussion posts and replies are publicly visible
All filtering and sorting is managed inside the component. I do not see a way to reset this programmatically.