Browse Source

fix: table expandColumnTitle slot type declaration (#6908)

pull/6917/head
Konv Suu 1 year ago committed by GitHub
parent
commit
1254677805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/table/Table.tsx

1
components/table/Table.tsx

@ -653,6 +653,7 @@ const Table = defineComponent({
footer?: any;
summary?: any;
expandedRowRender?: any;
expandColumnTitle?: any;
bodyCell?: {
text: any;
value: any;

Loading…
Cancel
Save