fnFilter('') is not clearing not clearing my search inputs
fnFilter('') is not clearing not clearing my search inputs
fnFilter('') is not clearing not clearing my search inputs.
var v1=$("#dataEntryFormTable").dataTable();
v1.fnFilter('');
v1.fnDestroy();
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Is this a duplicate question of your other post?
https://datatables.net/forums/discussion/59861/how-to-reset-the-filters-using-a-button#latest
Using
fnFilter('')
clears the search input here:http://live.datatables.net/jitafane/1/edit
Please provide an example showing the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin