some problem about API/DataTables individual column filtering example
some problem about API/DataTables individual column filtering example
I have 2 two problem on this.
The first one is when I enter the keyword in the textbox,the table does not have any filter action. Can anybody point out the common mistake about on this?
The second one is if i want the text input box place at the table header ,what should i change in the code?
The first one is when I enter the keyword in the textbox,the table does not have any filter action. Can anybody point out the common mistake about on this?
The second one is if i want the text input box place at the table header ,what should i change in the code?
This discussion has been closed.
Replies
A javascript error perhaps? What does Firebug show? What code are you using?
> The second one is if i want the text input box place at the table header ,what should i change in the code?
Just move the input elements in the HTML and alter the selector for the events handler.
It might be worth considering using the column filter plug-in: http://code.google.com/p/jquery-datatables-column-filter/wiki/ColumnFilter
Allan