SearchPanes Button on Editor
SearchPanes Button on Editor
Is the Seachpanes Button listed here: https://datatables.net/extensions/searchpanes/examples/initialisation/collapseStart.html compatible with Editor?
I had SearchPanes enabled without the button, but prefer the way the button deals with this function.
I can get the button to show but it states:
Loading Search Panes...
No SearchPanes
Hence the question. If it is, I'll post all my code so we can debug.
This question has an accepted answers - jump to answer
Answers
Editor shouldn't cause any problems with SearchPanes. Likely you are running into a problem with the default threshold used to display the panes. See the
columns.searchPanes.threshold
docs for details. Also see the example. You can force the columns to be displayed as shown in this example.Kevin
Thanks Kevin,
I will give that a go and come back to you.