I tried to find some help online and I saw something that might help. However, the code was incomplete.
maxCells = 0
tbd = tblId.tBodies[0]
for(i=0; i<
tbd.rows.length; i++)
{
if(
tbd.rows[i].cells.length > maxCells)
maxCells =
tbd.rows[i].cells.length
}
Any imput??
Cheers,
Claudio