Waits for table data to load with a minimum row count.
Playwright Page (or compatible subset).
The UI5 control ID.
Optional
Wait options.
Uses page.waitForFunction() with a browser-side predicate. Throws TimeoutError on timeout.
page.waitForFunction()
TimeoutError
`await waitForTableData(page, 'myTable', { minRows: 5 });` Copy
`await waitForTableData(page, 'myTable', { minRows: 5 });`
Waits for table data to load with a minimum row count.