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