Selects all rows in a UI5 table.
Playwright Page (or compatible subset).
The UI5 control ID.
Optional
Table options.
`await selectAllTableRows(page, 'myTable');` Copy
`await selectAllTableRows(page, 'myTable');`
Selects all rows in a UI5 table.