Search
153 results 11-20
Forum
- 20th Jul 2016Filter not removed when user clicks "X" in search box (Internet Explorer only)Explorer where users could clear the search box by clicking the "X"
- 16th Nov 2015How to clear the search input from outside of DataTablesthere a way to clear the search box (both emptying the search
- 6th Oct 2010Add Double-click Event to Search BoxI looked through the documentation but I haven't been able to find a way to add a double-click event/function to the search box. I would like to clear the search box filter with a double click. Can anyone help?
- 6th Jul 2024Hide layout: top2 lineto know how to clear the search box on initialization and when
- 28th Jul 2020Problems with hidden columns and filteringhave a button to clear the search box and filters (code below).
- 18th Sep 2019jump to spec'd page from JSONout the pagination and clear the search box. Worst case I can
- 11th Nov 2011Filtering on form elementsNo results are returned. Clear the search box. 3) Sort on the
- 26th Oct 2016Unable to clear Filter in Search box in a new window screendatatable is displayed with Search Box. When text is entered
- 1st Aug 2017search field big delay whe typing in box for 1000 rowson your page to clear out the search box?
- 12th Jun 2009Clear on custom filterTo clear the built-in search box you can use $("#XXXX_filter input").val(''); Where XXXX is the name of your datatable. There may be a better JQuery way, but this works. This in connection with oTable.fnFilter(''); cleared the built-in search filter.