How to set filter text in the filter input box

How to set filter text in the filter input box

przemekprzemek Posts: 5Questions: 0Answers: 0
edited July 2010 in General
Hello!

I can set the filter using:
[code]oTable.fnFilter("text");[/code]

but how to make the dataTables to insert the text into the input box.

My table has default configuration, and filtering is enabled. After initialization with the filter, the table data is filtered but text doesn't appear in the filter input box.

Thanks in advance!

Replies

  • przemekprzemek Posts: 5Questions: 0Answers: 0
    No responses :) Is this possible without source code modification?
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Try using the 1.7 betas - they will do this automatically.

    Allan
  • przemekprzemek Posts: 5Questions: 0Answers: 0
    Thanks Allan! The 1.7 is great! Especially with scrolling - this is exactly what i needed!
This discussion has been closed.