how to change the search bar to an icon which can expand on click ?
how to change the search bar to an icon which can expand on click ?
KEshav09
Posts: 18Questions: 9Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has an accepted answers - jump to answer
Answers
You can create your own search input. Use the
dom
option to remove the default search input. Create an event handler for your search input which usessearch()
to perform the search. You can use the technique in this example to add your custom search input inline with the Datatables elelments.Kevin