ActionScheduler_Abstract_ListTable::extra_tablenav()
Method:
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:443
Method:
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:443
Method: Set the data for displaying. It will attempt to unserialize (There is a chance that some columns are serialized). This can be override in child classes for futher data transformation.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:475
Method: Renders the checkbox for each row, this is the first column and it is named ID regardless of how the primary key is named (to keep the code simpler). The bulk actions will do the proper name transformation though using `$this->ID`.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:487
Method: Returns the columns names for rendering. It adds a checkbox for selecting everything as the first column
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:201
Method: Get prepared LIMIT clause for items query
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:217
Method: Returns the number of items to offset/skip for this current view.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:229
Method: Get prepared OFFSET clause for items query
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:248
Method: Prepares the ORDER BY sql statement. It uses `$this->sort_by` to know which columns are sortable. This requests validates the orderby $_GET parameter is a valid column and sortable. It will also use order (ASC|DESC) using DESC by default.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:259
Method: Return the sortable column specified for this request to order the results by, if any.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:275
Method: Return the sortable column order specified for this request.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:293