Ai
Selects all rows in a UI5 table.
Playwright Page (or compatible subset).
The UI5 control ID.
Optional
Table options.
ui5.table.selectAll
Select all rows in the table (equivalent to "Select All" checkbox).
On success, all rows in the table are selected.
Uses selectAll() on both grid and responsive table variants.
sap.m.Table, sap.ui.table.Table — selectAll() API
Mass selection for bulk operations like delete or export.
`await selectAllTableRows(page, 'myTable');` Copy
`await selectAllTableRows(page, 'myTable');`
Selects all rows in a UI5 table.