chore<table>: fix type (#2529)
This commit is contained in:
parent
ce0f528ba8
commit
be3d98fa3d
|
|
@ -131,7 +131,7 @@ export const basicProps = {
|
||||||
type: Function as PropType<(record: TableCustomRecord<any>, index: number) => string>,
|
type: Function as PropType<(record: TableCustomRecord<any>, index: number) => string>,
|
||||||
},
|
},
|
||||||
scroll: {
|
scroll: {
|
||||||
type: Object as PropType<{ x: number | true; y: number }>,
|
type: Object as PropType<{ x: number | string | true; y: number | string }>,
|
||||||
default: null,
|
default: null,
|
||||||
},
|
},
|
||||||
beforeEditSubmit: {
|
beforeEditSubmit: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue