Print with only some fields

In the hooks/footer-extras.php file, add this code: <script> $j(function() { // change ‘tablename’ below to the name of the concerned table if(location.href.match(/tablename/) == null) return; // change the number ‘4’ below to the index...

Applying a default filter on a table

In many scenarios, you may find it useful to apply an initial filter on one or more of your application tables. This is very easy to achieve using the tablename_init hook. The idea is to check whether your table has any filters applied to it, and if none is applied,...