Table : resize rows proportionally
Hello,
I am new in javascript indesign. I want to resize rows proportionally in my table, but it seems that when I divided all my rows by 5 for example, all my rows will have the same size even if at the beginning i had some rows bigger than the other rows. I don't if i am clear.
for (var k = 0; k < textframe.tables
{
textframe.tables
}
thank you for your help.