Search
-
Multiple tables on same page.
by bbrindza ·It works fine when I use a hardcode ID (ie. #FCLookupTable ) but not when I use -
Multiple tables on same page.
by bbrindza ·- add a text input to each header cell $('#FCLookupTable thead tr#filterrow th:gt(0)').each( function () { $(this).html( '' ); }); // Apply the filter $("#FCLookupTabl