A button to switch between columns.searchPanes.combiner ?
A button to switch between columns.searchPanes.combiner ?
Hello,
I am wondering if there is a way to swap between the values of columns.searchPanes.combiner
after the table has been rendered. My hope would be to have this button next to the sort alphabetically/numerically buttons of each search pane. Clicking on it would swap the logic of that pane from OR to AND and clicking again would revert it back to OR.
I would like the user to have this flexibility and know what type of logic they are using.
This question has an accepted answers - jump to answer
Answers
Unfortunately not, that's only an initialisation option. You could destroy the panes and recreate them again using the API, something like this example. If the data set is fairly small, that should be fine - if it's large, there may be a delay while SearchPanes initialises.
Colin