wip: Table component developing

This commit is contained in:
陈凯龙
2022-02-08 15:49:23 +08:00
parent 7b7fcfef59
commit 7ef216c87e
3 changed files with 11 additions and 13 deletions

View File

@@ -3,8 +3,8 @@ declare type TableColumn = {
label?: string
} & Recordable
declare type TableColumnDefault = {
declare type TableSlotDefault = {
row: Recordable
field: string
index: number
}
column: TableColumn
$index: number
} & Recordable