jQuery.FilterTable
jQuery.FilterTable copied to clipboard
Filter table by JS function?
I'd like to build filter phrases outside the application and if some event happens, it should be applied to the table. So i need a way to call the plugin and force it to filter the table by the words supplied, e.g.
$('#mytable').filterTable().term("term1,term2");