Need help please -- Filter input box Initialization
Need help please -- Filter input box Initialization
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.
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.
This discussion has been closed.
Replies
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.
Allan