mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
direction should be a string
sort direction should be a string
This commit is contained in:
@@ -72,7 +72,7 @@ columnDef.menuItems = [{
|
||||
columnDef.minWidth = 100;
|
||||
columnDef.name = 'MyColumn';
|
||||
columnDef.sort = {
|
||||
direction: 0,
|
||||
direction: 'ASC',
|
||||
ignoreSort: false,
|
||||
priority: 1
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user