Skip to content

Commit 1254677

Browse files
authored
fix: table expandColumnTitle slot type declaration (#6908)
1 parent f7cc27b commit 1254677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/table/Table.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ const Table = defineComponent({
653653
footer?: any;
654654
summary?: any;
655655
expandedRowRender?: any;
656+
expandColumnTitle?: any;
656657
bodyCell?: {
657658
text: any;
658659
value: any;

0 commit comments

Comments
 (0)