Need help please -- Filter input box Initialization

Need help please -- Filter input box Initialization

vlutskervlutsker Posts: 14Questions: 0Answers: 0
edited April 2010 in General
Hi Allan,

Sorry for double submission, but I really need your help. Like I said before I started using your product and now other developers in my team are using my example to create their table.

Everything works fine except users want me to initialize everything and the only part that does not clear is the Filter input box.

Thank you, Vlad.

Replies

  • vlutskervlutsker Posts: 14Questions: 0Answers: 0
    Hi,

    Ignore my message above, I figured out how to do that. If anyone is looking for clearing ****_filter input box, here is how you do it:

    $("***_filter input").val('');

    *** -- your table name

    Thanks.
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    http://datatables.net/usage/options#oSearch does the trick as well.

    Allan
  • vlutskervlutsker Posts: 14Questions: 0Answers: 0
    Thank you Allan for your product and help.
This discussion has been closed.