Show/Hide creating Object doesn't support property or method 'column' error

Show/Hide creating Object doesn't support property or method 'column' error

hermes980hermes980 Posts: 41Questions: 13Answers: 0

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

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    Have a look at the second most popular FAQ :-)

    Allan

  • hermes980hermes980 Posts: 41Questions: 13Answers: 0

    That did it! Can I just tell you how awesome this project is!!!

  • hermes980hermes980 Posts: 41Questions: 13Answers: 0

    That did it! Can I just tell you how much I appreciate dataTables (sometimes its DataTables ;-)

  • hermes980hermes980 Posts: 41Questions: 13Answers: 0
    edited May 2014

    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;
    }

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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

  • hermes980hermes980 Posts: 41Questions: 13Answers: 0

    Not that I can tell. I used the example.

This discussion has been closed.