Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 5e65164

Browse files
committed
refactor: put back Formatter grid argument as optional
1 parent dd2fed0 commit 5e65164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { Column } from './column.interface';
22
import { FormatterResultObject } from './formatterResultObject.interface';
33

4-
export declare type Formatter = (row: number, cell: number, value: any, columnDef: Column, dataContext: any, grid: any) => string | FormatterResultObject;
4+
export declare type Formatter = (row: number, cell: number, value: any, columnDef: Column, dataContext: any, grid?: any) => string | FormatterResultObject;

0 commit comments

Comments
 (0)