How to set filter text in the filter input box
How to set filter text in the filter input box
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!
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!
This discussion has been closed.
Replies
Allan