mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 04:00:33 +08:00
updated test
This commit is contained in:
@@ -22,6 +22,11 @@ columnDef.cellTooltip = 'blah';
|
||||
columnDef.cellTooltip = function (gridRow: uiGrid.IGridRow, gridCol: uiGrid.IGridColumn) {
|
||||
return `${gridRow.entity.unknownProperty}-${gridCol.displayName}`;
|
||||
};
|
||||
columnDef.defaultSort = {
|
||||
direction: 'ASC',
|
||||
ignoreSort: false,
|
||||
priority: 1
|
||||
};
|
||||
columnDef.displayName = 'Jumper';
|
||||
columnDef.enableColumnMenu = false;
|
||||
columnDef.enableColumnMenus = false;
|
||||
|
||||
Reference in New Issue
Block a user