Merge pull request #7038 from Winter979/column-slot-types
correct field type for column body slotpull/7048/head
commit
9f64d2ed2c
|
@ -661,7 +661,7 @@ export interface ColumnSlots {
|
||||||
/**
|
/**
|
||||||
* Column field.
|
* Column field.
|
||||||
*/
|
*/
|
||||||
field: string;
|
field: string | ((item: any) => string) | undefined;
|
||||||
/**
|
/**
|
||||||
* Row index.
|
* Row index.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue