search-panes hide and shows sometimes works, sometimes not
search-panes hide and shows sometimes works, sometimes not
Samantha1999
Posts: 4Questions: 0Answers: 0
hello everybody,I am trying to understand why when I change the target values on the "show" option, sometimes the columns doesn't update accordingly
Link to test case:
Debugger code (debug.datatables.net):
{
searchPanes: {
show: true,
},
targets: [1, 2, 3, 4, 6, 7, 8]
},
{
searchPanes: {
show: false,
},
targets: [0]
},
Error messages shown: no error message
Description of problem: When I change these values sometimes the columns doesn't update accordingly
Replies
Thanks for your question. As noted in the forum rules, please post a link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Allan