Method | Description | |
---|---|---|
get_columns ( ) : array | Get a list of columns. | |
prepare_items ( ) | Prepares the list of items for displaying. | |
single_row ( object $item ) | Generates content for a single row of the table. |
Method | Description | |
---|---|---|
column_default ( object $item, string $column_name ) | Generates content for a single row of the table | |
display_tablenav ( string $which ) | Generates custom table navigation to prevent conflicting nonces. |
protected column_default ( object $item, string $column_name ) | ||
$item | object | The current item. |
$column_name | string | The current column name. |
public single_row ( object $item ) | ||
$item | object | The current item. |