some problem about API/DataTables individual column filtering example

some problem about API/DataTables individual column filtering example

yoheyohe Posts: 1Questions: 0Answers: 0
edited November 2011 in General
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?

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    > Can anybody point out the common mistake about on this?

    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
This discussion has been closed.