Returns the total row count from a UI5 table.
Playwright Page (or compatible subset).
The UI5 control ID.
Optional
Table options.
Total number of rows.
Convenience wrapper around getTableRowCount from table.ts.
getTableRowCount
table.ts
const count = await getRowCount(page, 'myTable'); Copy
const count = await getRowCount(page, 'myTable');
Returns the total row count from a UI5 table.