mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
UiGrid - Add enableRowSelection to gridOptions
This property was missing
This commit is contained in:
Vendored
+1
@@ -98,6 +98,7 @@ declare module uiGrid {
|
||||
enableHorizontalScrollbar?: boolean;
|
||||
enableMinHeightCheck?: boolean;
|
||||
enableRowHashing?: boolean;
|
||||
enableRowSelection?: boolean;
|
||||
enableSorting?: boolean;
|
||||
enableVerticalScrollbar?: boolean;
|
||||
excessColumns?: number;
|
||||
|
||||
Reference in New Issue
Block a user