docs: add expandColumnWidth prop to table component documentation

pull/7825/head
Aditya Prasad Dhal 2024-09-08 02:00:10 +05:30
parent 89eec07145
commit 90b0802198
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ Specify `dataSource` of Table as an array of data.
| expandColumnTitle | Set the title of the expand column | v-slot | - | 4.0.0 | | expandColumnTitle | Set the title of the expand column | v-slot | - | 4.0.0 |
| expandIcon | Customize row expand Icon. | Function(props):VNode \| v-slot:expandIcon="props" | - | | | expandIcon | Customize row expand Icon. | Function(props):VNode \| v-slot:expandIcon="props" | - | |
| expandRowByClick | Whether to expand row by clicking anywhere in the whole row | boolean | `false` | | | expandRowByClick | Whether to expand row by clicking anywhere in the whole row | boolean | `false` | |
| expandColumnWidth | Set the width of the expand column | number | `auto` | |
| footer | Table footer renderer | Function(currentPageData)\| v-slot:footer="currentPageData" | | | | footer | Table footer renderer | Function(currentPageData)\| v-slot:footer="currentPageData" | | |
| getPopupContainer | the render container of dropdowns in table | (triggerNode) => HTMLElement | `() => TableHtmlElement` | 1.5.0 | | getPopupContainer | the render container of dropdowns in table | (triggerNode) => HTMLElement | `() => TableHtmlElement` | 1.5.0 |
| headerCell | custom head cell by slot | v-slot:headerCell="{title, column}" | - | 3.0 | | headerCell | custom head cell by slot | v-slot:headerCell="{title, column}" | - | 3.0 |