Adagio
8 years agoFrequent Contributor
Fetch rows and column values from a custom built table in AngularJS web application
Hello,
I'm trying to read the rows and columns of a custom built table in an Application. This is a dynamic table and the number of rows keep increasing or decreasing based on certain actions. I'm trying to read the first column of the last row in the table and for that I tried using the object spy. here the object recognizes each of the rows in the first column as Cell(0,0). I'm not able to come up with any unique way to identify the newly added rows.
Also, I checked for the unique properties, but I don't see any which would identify the cell as unique.
I also tried looking at other such questions posted on the community, but nothing helped so far.
any help would be greatly appreciated
Thank you
Abhi