SearchPanes preSelect not working (anymore) with cascadePanes=true?
SearchPanes preSelect not working (anymore) with cascadePanes=true?
Link to test case: http://live.datatables.net/dipicope/1/edit
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: According to https://datatables.net/extensions/searchpanes/examples/initialisation/cascadePreSelect.html, the preSelect option should work in combination with cascadePanes=true. I didn't get this to work in my own app, so I created the test case using the downloadable code from Jul 4., 2002 - see ttp://live.datatables.net/dipicope/1/edit . If you toggle the cascadePanes value true/false, the preselcetion works only in case of "false".
Both the example https://datatables.net/extensions/searchpanes/examples/initialisation/cascadePreSelect.html and my test case http://live.datatables.net/dipicope/1/edit supposedly use SearchPanes 2.0.2 - so what am I doing wrong in my test case?
thanks and cheers
stefan
Answers
I think I found the problem/reason: It does not work for panes with Custom Filtering Options, while it works for "normal" Panes.
Updated test case here http://live.datatables.net/dipicope/2/edit