mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add spaces for consistency as requested by @btesser-r7
This commit is contained in:
@@ -41,7 +41,7 @@ columnDef.filter = {
|
||||
selectOptions: [{value: 4, label: 'test'}],
|
||||
disableCancelButton: false
|
||||
};
|
||||
columnDef.filter.condition = (searchTerm:string, cellValue:any, row:uiGrid.IGridRow, column:uiGrid.IGridColumn):boolean => {
|
||||
columnDef.filter.condition = (searchTerm: string, cellValue: any, row: uiGrid.IGridRow, column: uiGrid.IGridColumn): boolean => {
|
||||
return true;
|
||||
};
|
||||
columnDef.filterCellFiltered = false;
|
||||
|
||||
Reference in New Issue
Block a user