Gets or sets a value indicating whether users are allowed to resize table columns.
Namespace: MindFusion.Diagramming
File: TableNode.js
JavaScript Copy Code |
---|
get allowResizeColumns() {} |
Boolean
true if users are allowed to resize table columns, or false otherwise.
A column can be resized by dragging its right border. If the columnStyle field of a column is set to AutoWidth, it is automatically reset to FixedWidth when the column is resized. Rightmost columns always fill all remaining space in their tables and cannot be resized.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |