Skip to content

Commit

Permalink
Merge pull request #7038 from Winter979/column-slot-types
Browse files Browse the repository at this point in the history
correct field type for column body slot
  • Loading branch information
tugcekucukoglu authored Jan 6, 2025
2 parents ca9fd92 + 568a6a0 commit 9f64d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/column/Column.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export interface ColumnSlots {
/**
* Column field.
*/
field: string;
field: string | ((item: any) => string) | undefined;
/**
* Row index.
*/
Expand Down

0 comments on commit 9f64d2e

Please sign in to comment.