diff --git a/ui-grid/ui-grid.d.ts b/ui-grid/ui-grid.d.ts index 11786da15..d001cf9f0 100644 --- a/ui-grid/ui-grid.d.ts +++ b/ui-grid/ui-grid.d.ts @@ -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 */