colvis
colvis
evan123
Posts: 8Questions: 6Answers: 1
Hello,
I just downloaded the newest datatables, bootstrap 3, jquery, editor and am finding that my button for column visibility is no longer working. The button does give a dropdown of the columns, but when I select a column nothing happens (it does not toggle).
What might I be missing.
It is a button
button:[colvis] ...
thanks,
evan
This discussion has been closed.
Answers
Hello,
My columns things like
{"targets":12, "visible":true, "searchable":true, "name":"foo", "sortable":true, "width:5%"}
I can see that I have the concatinated js libraries that look to be required ...
Column Visibility works here with Bootstrap3
https://datatables.net/extensions/buttons/examples/styling/bootstrap.html
Have you looked for errors in your browsers console?
Maybe you can place your code in a test case to allow us to debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin