Hi,
I used to fit the table after getting the column count. But, when I update the table the table is not getting fit to the frame. Kindly guide me on this.. ?
for (n=0; n < myColumnCount; n += 1) {
if (nuColumnWidthCalc[n].value == true) {
tables.columns[n].width = autoWidth;
} else {
tables.columns[n].width = Number(nuColumnWidthFields[n].text.replace(/,/g, "."));
FitPageItem (myStory);
myStory.fit(FitOptions.FRAME_TO_CONTENT);
}
}
-Monisha