Skip to content

Commit

Permalink
correct field type for column body slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Winter979 committed Jan 1, 2025
1 parent ec0a5f4 commit 568a6a0
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 568a6a0

Please sign in to comment.