Returns the total row count from a UI5 table's binding.
Playwright Page (or compatible subset).
The UI5 control ID.
Optional
Table options.
`const count = await getTableRowCount(page, 'myTable');` Copy
`const count = await getTableRowCount(page, 'myTable');`
Returns the total row count from a UI5 table's binding.