WP_List_Table::search_box()
Method: Displays the search box.
Source: wp-admin/includes/class-wp-list-table.php:323
Method: Displays the search box.
Source: wp-admin/includes/class-wp-list-table.php:323
Filter Hook: Filters the number of items to be displayed on each page of the list table.
Source: wp-admin/includes/class-wp-list-table.php:701
Method: Generate the tbody element for the list table.
Source: wp-admin/includes/class-wp-list-table.php:1163
Method: Get an associative array ( id => link ) with the list of views available on this table.
Source: wp-admin/includes/class-wp-list-table.php:354
Method: Display the pagination.
Source: wp-admin/includes/class-wp-list-table.php:711
Method: Generate the table rows
Source: wp-admin/includes/class-wp-list-table.php:1178
Method: Display the list of views available on this table.
Source: wp-admin/includes/class-wp-list-table.php:363
Method: Get a list of columns. The format is: ‘internal-name’ => ‘Title’
Source: wp-admin/includes/class-wp-list-table.php:836
Method: Generates content for a single row of the table
Source: wp-admin/includes/class-wp-list-table.php:1190
Class: Base class for displaying a list of items in an ajaxified HTML table.
Source: wp-admin/includes/class-wp-list-table.php:16