MarkupAdminDataTable::action() method

Add action button(s) underneath the table

Example

$table->action([ 'Continue' => '/url/to/continue/' ]);

Usage

$table->action(array $action);

Arguments

NameType(s)Description
$actionarray

Array in format array('button-label' => 'url')

Return value

$this

Object instance it was called from (method supports fluent interface).


$table methods and properties

API reference based on ProcessWire core version 3.0.269