Reply To: Javascript target footer row

#100332
Peter Kahrel
Participant

Hi Kai,

> you cannot target footer rows directly?!

Well, in a way you can:

The nth footer row in a table:

myTable.rows [myTable.headerRowCount + myTable.bodyRowCount + n-1]

Peter

This article was last modified on December 14, 2017

Comments (0)

Loading comments...