jQuery.FilterTable icon indicating copy to clipboard operation
jQuery.FilterTable copied to clipboard

Filter table by JS function?

Open igittigitt opened this issue 6 years ago • 0 comments

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");

igittigitt avatar Jul 03 '18 13:07 igittigitt