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 231d7cc commit ab144d5Copy full SHA for ab144d5
examples/src/docs/en/ve-table/api/db.js
@@ -395,6 +395,14 @@ export const db = {
395
default: "-",
396
rowKey: 45,
397
},
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
+ },
406
{
407
param: "<span class='expand'>ellipsis</span>",
408
desc: `Cell ellipsis option`,
0 commit comments