mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
return true so the select takes place
This commit is contained in:
@@ -6,7 +6,7 @@ var options1: ngGrid.IGridOptions = {
|
||||
|
||||
var options2: ngGrid.IGridOptions = {
|
||||
afterSelectionChange: () => { },
|
||||
beforeSelectionChange: () => { },
|
||||
beforeSelectionChange: () => {return true; },
|
||||
dataUpdated: () => { }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user