Angular - how to get the length of a table in angular

Hi!
I need get lenght of a table create in angular and position of elements (checkbox).

the parentid is dinamic…


Thanks!

Elias Caceres A.

Hello,

You can scrape just the first column of the table and then loop through the DataTable to read the text in the column.
You can then use that text in the selector of the checkbox to identify and click on any checkbox.