Show/Hide creating Object doesn't support property or method 'column' error
Show/Hide creating Object doesn't support property or method 'column' error
hermes980
Posts: 41Questions: 13Answers: 0
in DataTables
Hi all,
I am trying to use the show/hide capabilities of datatables (http://datatables.net/examples/api/show_hide.html), but receive a Object doesn't support property or method 'column' error when I click on one of my links. I am dynamically populating the data in the table via ajax, but I do this prior to initializing the datatable. Any clues?
Thanks,
K.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Have a look at the second most popular FAQ :-)
Allan
That did it! Can I just tell you how awesome this project is!!!
That did it! Can I just tell you how much I appreciate dataTables (sometimes its DataTables ;-)
Any clue why on mouse over, I don't get a hand for the link? I fixed it using this in my CSS, but wanted to make sure I wasn't missing anything:
.toggle-vis {
cursor: pointer;
}
Without being able to see the page, I can't say. Are you using a DataTables component which should show a pointer and isn't?
Allan
Not that I can tell. I used the example.