Alternative way of hiding columns with checkbox?
Alternative way of hiding columns with checkbox?
renierdbruyn
Posts: 4Questions: 2Answers: 0
I have a task very similar to this question, I need to hide/show rows depending on a status. I have posted a question on SO, in which I notice that it is "bServerSide": true
that "breaks" this functionality as can be seen in this fiddle.
t I can not find a way in JSfiddle to make the ajax request to work in this example, but in my testing environment "bServerSide": true
"breaks" the datatable.
- Is there a way to work around this problem?
- Is there an alternative way of doing this?
This discussion has been closed.
Answers
I found an alternate way... I use Bootstrap 3 tabs, for further details see answer here