I have a button that apply filter to jquery datatable
$(\"#buttonFilter\").button().click(function() { if (lboxColor.val() != null) {
Just for completeness, and as Yuri mentioned, there are "plugins" that will provide the filtered TR Nodes or data.
To use these plugins, you will need to paste the code from those links into your script file.