Merge pull request #7038 from Winter979/column-slot-types

correct field type for column body slot
pull/7048/head
Tuğçe Küçükoğlu 2025-01-06 12:35:07 +03:00 committed by GitHub
commit 9f64d2ed2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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