JGrid::addRow
Adds a row to the table and sets the currently active row to the new row
Signature
public function addRow(array
$options,
[int
$special = false] )
Parameters
-
$options
- Associative array of attributes for the row
-
$special
- 1 for a new row in the header, 2 for a new row in the footer
Returns
- JGrid
- This object for chaining