cols.toe (5.35 KB)How to make Table comp stretch and fit its columns like common tables in editor mode? Seems that width -1 parameter doesnt help with this. Columns always have equal width
Unfortunately, stretchiness does not take into account length of the text inside the cells.
You may consider an Evaluate DAT to calculate the length of all the text, and then calculate the maximum of each column.
Yep. made this solution - working ok if columns size not extremely different. Here’s example in case if somebody need this too
table-stretch.toe (6.35 KB)