hide and show column not working
hide and show column not working
My error
jquery.dataTables.min.js:124 Uncaught TypeError: Cannot read property 'bVisible' of undefined
at r.<anonymous> (jquery.dataTables.min.js:124)
at r.iterator (jquery.dataTables.min.js:100)
at r.<anonymous> (jquery.dataTables.min.js:124)
at r.visible (jquery.dataTables.min.js:102)
at HTMLInputElement.<anonymous> (listtransaction:189)
at HTMLInputElement.dispatch (jquery.min.js:3)
at HTMLInputElement.r.handle (jquery.min.js:3)
(anonymous) @ jquery.dataTables.min.js:124
iterator @ jquery.dataTables.min.js:100
(anonymous) @ jquery.dataTables.min.js:124
(anonymous) @ jquery.dataTables.min.js:102
(anonymous) @ listtransaction:189
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
my code
plz help me
This question has an accepted answers - jump to answer
Answers
Sounds like you are referencing a column that is not in the table. Columns start counting at 0. Without seeing what you are doing its hard to say though. Please post a link to your page or a test case showing the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin