Problem with searchPanes Filtering Options
Problem with searchPanes Filtering Options
JochenK
Posts: 47Questions: 7Answers: 0
Link to test case:
https://live.datatables.net/sebeheco/1/edit
I use the example "Custom Filtering Options" with values modified to my output.
But my example gives me a different output:
Column 11( Prämie ) is not displayed
The same searchPanes are displayed for columns 4 and 5
Did I forget something or do something wrong?
If so, can you give me the correct entries?
Thanks for your help
This question has an accepted answers - jump to answer
Answers
I think the threshold value calculated doesn't allow the pane to show by default. See the
columns.searchPanes.threshold
docs for details. Usecolumns.searchPanes.show
to force the searchPane to show. Updated test case:https://live.datatables.net/sebeheco/2/edit
Kevin
Thanks Kevin... now i see the column.
But what strikes me: when I initialize searchpanes why only columns 4,5,6 are displayed?
and not all columns or the columns from 0 upwards ?
https://live.datatables.net/conadaku/1/edit
See
searchPanes.threshold
.Allan
After a few attempts with treshold I have now understood this mechanism.
It now works the way I need it.
Thank you for the help.