Nothing works

Nothing works

onetwoonetwo Posts: 9Questions: 0Answers: 0
edited April 2014 in General
Hello,

here´s a link to a live table bulid with datatables.
My Problem is that nothing that i have set up, is work.
No Search field on echa column(footer),
No alert when i select a row and click the button and no highlighting when i hover a row.


Thanks


http://live.datatables.net/qikagaf/6/edit

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    If you look at the console in your browser you will see a Javascript error:

    > [Error] ReferenceError: Can't find variable: oTable

    Also:

    > $("tfoot input")

    You don't have any input elements in the table footer.

    Have a look at this example: http://next.datatables.net/examples/api/multi_filter.html

    Allan
This discussion has been closed.