Hi,
I have a simple spreadsheet, where I limited the column count to a certain number (in this example, let's say 7). Now, I want to set the width for each column evenly, so that there is no more spate between the last column and the end of the spreadsheet.
The spreadsheet sits in a container with 'width: 100%'. So, I don't have a fix width of the spreadsheet. I saw, that the spreadsheet panel has it's width like this: 'calc(100% - 29.6px)'. Can I somehow use this to calculate the column width?