i want to replace the search label with search box.
i want to replace the search label with search box.
lokashree
Posts: 4Questions: 3Answers: 0
I want to replace the default filter box label with a search button. some one please help me achieve this.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
There isn't a built in way to do that - you would need to implement either a custom feature plug-in or call the
search()
method on click yourself.Regards,
Allan
I've finally gotten around to writing the code for this. I've implemented it as a feature plug-in for DataTables and it works with the
language.search
andlanguage.searchPlaceholder
options: http://live.datatables.net/dujulije/1/edit .It also has its own option to disable the button and the button text can be customised.
I'll look at writing that up into a blog post next week as I think its reasonably interesting .
Regards,
Allan
Thank you Allan