We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb01fe commit 0947b75Copy full SHA for 0947b75
examples/src/docs/zh/ve-table/column-resize/basic.md
@@ -21,6 +21,8 @@
21
data() {
22
return {
23
columnWidthResizeOption: {
24
+ // default false
25
+ enable: true,
26
// column resize min width
27
minWidth: 30,
28
// column size change
examples/src/docs/zh/ve-table/column-resize/explain.md
@@ -1,4 +1,5 @@
1
:::tip
2
1、当存在大文本时,列宽调整将会很方便<br>
3
-2、建议设置`scroll-width=0`,列宽拖动将会改变表格宽度
+2、通过`columnWidthResizeOption`设置列宽拖动行为<br>
4
+3、建议设置`scroll-width=0`,列宽拖动将会改变表格宽度
5
:::
0 commit comments