correct field type for column body slot
parent
ec0a5f4574
commit
568a6a031c
|
@ -661,7 +661,7 @@ export interface ColumnSlots {
|
|||
/**
|
||||
* Column field.
|
||||
*/
|
||||
field: string;
|
||||
field: string | ((item: any) => string) | undefined;
|
||||
/**
|
||||
* Row index.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue