A custom selection model that renders a column of checkboxes that can be toggled to select or deselect rows.
Config Options
|
| checkOnly : Boolean true if rows can only be selected by clicking on the
checkbox column (defaults to false). | CheckboxSelectionModel |
| header : StringAny valid text or HTML fragment to display in the header cell for the
checkbox column. Defaults to:'<div class="x... Any valid text or HTML fragment to display in the header cell for the
checkbox column. Defaults to: '<div class="x-grid3-hd-checker"> </div>'
|