Dynamically expand number of columns in repeating group

I am trying to create an app where a user can add and delete columns from a table.

So the user can type in “column X” and it will create a new column in the table that is currently being displayed titled “column X”.

I want the width of the whole table to stay the same, but would like the width of each individually column to get smaller as new columns are added in.

How can I go about doing this?

This topic was automatically closed after 70 days. New replies are no longer allowed.