JGrid::setTableOptions
Method to set the attributes for a table-tag
Signature
public function setTableOptions(array
$options,
[bool
$replace = false] )
Parameters
-
$options
- Associative array of attributes for the table-tag
-
$replace
- Replace possibly existing attributes
Returns
- JGrid
- This object for chaining