I'm using datatables plugin and i would like to disable the auto filter on the table and instead put a search button when they've fully entered their text and are ready to search further.
JSfiddle :
$(document).ready(function() {
$('#example').dataTable();
} );
the button (href) is "Go filter"
any idea ?
thanks