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

Commit 2ce40ce

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
Add "params" property as a way to pass extra arguments to Formatters
1 parent ba5ac8c commit 2ce40ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/modules/angular-slickgrid/models/column.interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export interface Column {
3939
onCellChange?: (args: OnEventArgs) => void;
4040
onCellClick?: (args: OnEventArgs) => void;
4141
outputType?: FieldType;
42+
params?: any;
4243
previousWidth?: number;
4344
resizable?: boolean;
4445
rerenderOnResize?: boolean;

0 commit comments

Comments
 (0)