I have a dynamic table that eventually will be looped through to do some data validation. Could someone provide a looping script or a script that counts the total rows for a table which I could use in a variable and loop through a table? Thanks
I have a dynamic table that eventually will be looped through to do some data validation. Could someone provide a looping script or a script that counts the total rows for a table which I could use in a variable and loop through a table? Thanks
You may need to refresh the table by using the 'resolveNode' method before using the length property or count function.
George Kaiser