Inverted Filter on One Table Only
-
Love the plugin!
If I have a page with more than 1 table, it possible to use the DataTables Inverted Filter add-on on one table only? Right now all the tables are being hidden until I search.
Lets say Table #1 is a full listing of data, and tables #2-5 split into are taxonomies of the data. I can get Table #1 to hide until searched, but then tables #2-5 are also hidden.
Would I change the JS or CSS?
$( '.dataTables_filter' ).find( 'input' ).on( 'keyup', function() { $( '.dataTables_wrapper' ).find( '.tablepress' ).toggle( '' !== $( this ).val() ); } ).keyup(); .tablepress-id-25 { display: none; }
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Inverted Filter on One Table Only’ is closed to new replies.