correct field type for column body slot

pull/7038/head
Jonathon 2025-01-02 10:31:38 +11:00
parent ec0a5f4574
commit 568a6a031c
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ export interface ColumnSlots {
/**
* Column field.
*/
field: string;
field: string | ((item: any) => string) | undefined;
/**
* Row index.
*/