Merge pull request #4914 from btesser/patch-1

UiGrid - Add enableRowSelection to gridOptions
This commit is contained in:
Masahiro Wakame
2015-07-15 02:20:07 +09:00
+1
View File
@@ -98,6 +98,7 @@ declare module uiGrid {
enableHorizontalScrollbar?: boolean;
enableMinHeightCheck?: boolean;
enableRowHashing?: boolean;
enableRowSelection?: boolean;
enableSorting?: boolean;
enableVerticalScrollbar?: boolean;
excessColumns?: number;