Closed alpriya87 closed 4 years ago
my guess to find the number of rows would be to use querySelectorAllDeep('mat-row') and then check the .length of the arrow returned.
to check this could you do something simple like finding the first row like this https://www.w3schools.com/cssref/sel_first-of-type.asp mat-row:first-of-type <<insert-date-column-selector>>
and then get last row like https://www.w3schools.com/cssref/sel_last-of-type.asp mat-row:last-of-type <<insert-date-column-selector>>
You could then compare the values i'm not sure.
Because this isn't an issue with the library and more a question on how to work with css selectors in general i'm going to close this issue.
How to find out the length of rows: I have 10 rows in a page each of these have multiple column cells
here is the screen for the same :