Finds the main table on a List Report page (SmartTable first, then MDC Table).
Playwright Page (or compatible subset).
Optional
Optional timeout settings.
The control ID of the table.
Discover the main table control on a Fiori Elements List Report page.
fe.listReport.getTable
ControlError if no table control is found.
const tableId = await getListReportTable(page); Copy
const tableId = await getListReportTable(page);
Finds the main table on a List Report page (SmartTable first, then MDC Table).