setColWidth in percent

Hi

How to assign column width in percent, similar to what we have for pixels setColWidth(28,sizeInPixels)?

Txs!

You can use setInitWidthsP(wp) where wp - list of column width in percents

I need to set the only one column to diff size in percent… instead of using setColWidth(28,sizeInPixels) I want to use etColWidthInPercent(28,sizeInPercent). Is it possible?

Unfortunately it’s impossible.