SearchPanes Button on Editor

SearchPanes Button on Editor

rob1strob1st Posts: 84Questions: 22Answers: 0

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

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736
    Answer ✓

    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

  • rob1strob1st Posts: 84Questions: 22Answers: 0

    Thanks Kevin,

    I will give that a go and come back to you.

Sign In or Register to comment.