Specifies how table columns' width is set.
Namespace: MindFusion.Diagramming
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
AutoWidth |
The columns' width changes when the table is resized. |
![]() |
FixedWidth |
The columns has fixed, unchangeable width. |
See Also