Search Panes - select multiple without holding ctrl
Search Panes - select multiple without holding ctrl
robertshawn
Posts: 5Questions: 2Answers: 0
I saw this early version of search panes which behaves just like the current version behaves when the ctrl/cmnd key is held down. Is there a way to implement this behavior in the current version? https://datatables.net/blog/2017-11-30#API
This question has accepted answers - jump to:
Answers
Yes, change Select's options for the panes to use its
multi
option (example of that option here).Use
searchPanes.dtOpts
to pass options through to the pane's DataTable.Allan
Thank you allan. This is fantastic. Here is my code snippet with preSelect, cascadePanes, and dtOpts. In case any one else wants an example of these features.
});
Awesome - great to hear that helped.
Allan
Thank you Allen. This is fantastic. SearchPanes has everything you could ask for in a filter and really nice to use on the front end. Here is my code snippet with preSelect, cascadePanes, and dtOpts. In case any one else want to try out these features.