Skip to content

Commit ab144d5

Browse files
author
Michel Carlos
committed
docs: include disableResizing into english docs
1 parent 231d7cc commit ab144d5

File tree

1 file changed

+8
-0
lines changed
  • examples/src/docs/en/ve-table/api

1 file changed

+8
-0
lines changed

examples/src/docs/en/ve-table/api/db.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,14 @@ export const db = {
395395
default: "-",
396396
rowKey: 45,
397397
},
398+
{
399+
param: "disableResizing",
400+
desc: `Disable resizing for this column. Only effective if <code>columnWidthResizeOption</code> is enabled`,
401+
type: `<code>Boolean</code>`,
402+
optionalVal: "-",
403+
default: "false",
404+
rowKey: 46,
405+
},
398406
{
399407
param: "<span class='expand'>ellipsis</span>",
400408
desc: `Cell ellipsis option`,

0 commit comments

Comments
 (0)