Cascade Panes with SearchPane Button
Cascade Panes with SearchPane Button
Vanq
Posts: 10Questions: 3Answers: 0
in SearchPanes
Description of problem: The SearchPane works fine with cascade when my dom is:
dom: 'Plfrtip'
searchPanes: {
cascadePanes: true
},
But as soon as I implement a SearchPane button and put my dom as this:
dom: 'Blfrtip',
searchPanes: {
cascadePanes: true
},
buttons: [
'copy', 'csv', 'excel', 'searchPanes'
],
The cascading functionality is gone.
Answers
See this example with both buttons and searchPanes.
Kevin
@kthorngren my bad I haven't seen this one: https://datatables.net/extensions/searchpanes/examples/initialisation/buttonsConfig.html