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.
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).