Ajax::addDataRows
Usage
void Ajax::addDataRows(string $divid, string $table_alias, array $rows, [ array $data = [] ])Description
Add one or more rows to a data table.Parameters
Parameter | Required | Type | Description |
---|---|---|---|
$divid | Yes | string | The id of the data table element to add rows to. |
$table_alias | Yes | string | The alias of the table. |
$rows | Yes | array | An array with each element being a one-dimensional array that represents the values of one row. |
$data | No | array | Any additional attributes passed to the function tag when displaying the data table. |