$_identifier
$_identifier : string
The grid's ID
Helper class for jqgrid widgets
$_provider : \midcom\grid\provider
The data provider, if any
set_provider(\midcom\grid\provider $provider)
\midcom\grid\provider | $provider |
set_select_column(string $name, string $label, string $options, array $selectdata)
Set a column
string | $name | The column's name |
string | $label | The column's label |
string | $options | The column's options |
array | $selectdata | Should the column have a separate index, if so, which sort type |
set_column(string $name, string $label, string $options = '', string $separate_index = false)
Set a column
string | $name | The column's name |
string | $label | The column's label |
string | $options | The column's options |
string | $separate_index | Should the column have a separate index, if so, which sort type |
set_footer_data(mixed $data, mixed $value = null, boolean $formatted = true)
Set the grid's footer data
mixed | $data | The data to set as array or the column name |
mixed | $value | The value, if setting individual columns |
boolean | $formatted | Should formatters be applied to footer data |