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 ?

KEshav09KEshav09 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

  • kthorngrenkthorngren Posts: 20,275Questions: 26Answers: 4,765
    Answer ✓

    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 uses search() to perform the search. You can use the technique in this example to add your custom search input inline with the Datatables elelments.

    Kevin

Sign In or Register to comment.