[DT 10] - Reset search field
[DT 10] - Reset search field
deliator
Posts: 95Questions: 1Answers: 0
Hi,
Is it possible to reset the search field (from the Dom) on focus (i don't want the user delete the search values everytime)
Thank you
Marc
This discussion has been closed.
Replies
Something like this example:
http://live.datatables.net/gobobege/3/edit
Kevin
Hi @deliator ,
Yep, you can either use the API method
search()
with an empty string, or you can can the jQuery ID $('#TABLENAME_filter'),Cheers,
Colin
Great! Thx a lot :-)