Ensures a table row is visible by scrolling if needed (grid tables only).
Playwright Page (or compatible subset).
The UI5 control ID.
Zero-based row index.
For responsive tables this is a no-op since they auto-scroll.
await ensureRowVisible(page, 'gridTable', 50); Copy
await ensureRowVisible(page, 'gridTable', 50);
Ensures a table row is visible by scrolling if needed (grid tables only).