Skip to content

Commit

Permalink
Column params fix typescript (#3541)
Browse files Browse the repository at this point in the history
Missing exportField param
  • Loading branch information
gnowland authored Nov 1, 2022
1 parent a2c8969 commit a80a4d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/column/column.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export interface ColumnProps {
excludeGlobalFilter?: boolean;
expander?: ColumnExpanderType;
exportable?: boolean;
exportField?: string;
field?: string;
filter?: boolean;
filterApply?: ColumnFilterApplyType;
Expand Down

0 comments on commit a80a4d0

Please sign in to comment.