mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #5650 from joeskeen/ui-grid
ui-grid: enableColumnResizing is optional on IColumnDef
This commit is contained in:
Vendored
+1
-1
@@ -2404,7 +2404,7 @@ declare module uiGrid {
|
||||
* Enable column resizing on an individual column
|
||||
* Defaults to GridOptions.enableColumnResizing
|
||||
*/
|
||||
enableColumnResizing: boolean;
|
||||
enableColumnResizing?: boolean;
|
||||
}
|
||||
/**
|
||||
* Column Resizing Grid Options
|
||||
|
||||
Reference in New Issue
Block a user