Skip to content
ewu02 edited this page Oct 7, 2014 · 6 revisions

Components

ngReactGridCheckbox

E.g.,

columnDefs: [
    new ngReactGridCheckbox($scope.selections, {batchToggle: true}),
    ...
]
Option Type Default Value Description
batchToggle boolean false Enables batch toggle checkbox in header that checks/unchecks all row checkboxes
Clone this wiki locally