Add a row to the table
Usage
// basic usage
$markupAdminDataTable->row(array $a);
// usage with all arguments
$markupAdminDataTable->row(array $a, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
a | array | Array of columns that will each be a
|
options (optional) | array | Optionally specify any one of the following:
|
Return value
$this
Object instance it was called from (method supports fluent interface).
MarkupAdminDataTable methods and properties
API reference based on ProcessWire core version 3.0.244