Add spaces and remove parenthesis as requested by @btesser-r7

This commit is contained in:
Gareth Smith
2016-03-03 10:51:00 +00:00
parent c947dac0f1
commit d84f058588
+1 -1
View File
@@ -3844,7 +3844,7 @@ declare module uiGrid {
* or you can supply a custom filter function that gets passed the
* following arguments: [searchTerm, cellValue, row, column].
*/
condition?: number | ((searchTerm:string, cellValue:any, row:IGridRow, column:IGridColumn) => boolean);
condition?: number | (searchTerm: string, cellValue: any, row: IGridRow, column: IGridColumn) => boolean;
/**
* If set, the filter field will be pre-populated with this value
*/