Need to make columns of table custom size

I have already read this thread:

I have inserted a table into my website. Some tables have had info manually added, some use Google Sheet. However ALL of the tables use an “average” width for columns. I need to be able to set custom widths for all columns or some are simply too wide for basic content.

I also need to be able to manually adjust for both Desktop AND Mobile.

How can I do this, please help.

Hi Doug:

Try looking at the Table API.
You can dynamically configure the table column information using the column property on the table element.
https://www.wix.com/code/reference/$w.Table.html#columns
One of the column object properties is width.

So if you have the column information from sheets or some other source you should be able to auto generate columns to meet your needs.

Hi,
Note that the explanation mentioned above by Steve refers to the Table use input and not the Table Master app. You can import the information to a collection and bind a Table user input to this collection. Than, you can customize the Table.

Good luck,
Tal.