Nothing works
Nothing works
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
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
This discussion has been closed.
Replies
> [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