MarkupAdminDataTable::action() method
Add action button(s) underneath the table
Example
$table->action([ 'Continue' => '/url/to/continue/' ]);Usage
$table->action(array $action);Arguments
| Name | Type(s) | Description |
|---|---|---|
$action | array | Array in format array('button-label' => 'url') |
Return value
$thisObject instance it was called from (method supports fluent interface).
API reference based on ProcessWire core version 3.0.269