selectItem

This commit is contained in:
hansrwindhoff
2014-03-24 14:29:01 -06:00
parent 4cb28c018b
commit b16db4154d
+3
View File
@@ -130,6 +130,9 @@ declare module ngGrid {
/** all of the items selected in the grid. In single select mode there will only be one item in the array. */
selectedItems?: any[];
/** Select deselect an item by index. */
selectItem?: (idx:number, state:boolean) =>any;
/** Disable row selections by clicking on the row and only when the checkbox is clicked. */
selectWithCheckboxOnly?: boolean;