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.
ui5.table.getRowCountAlt
Read the total number of rows currently loaded in a UI5 table.
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.