Returns the current sort state of a table column.
Playwright Page (or compatible subset).
The UI5 control ID.
Zero-based column index.
Sort info, or null if the column is not sorted.
const sort = await getSortOrder(page, 'myTable', 0); Copy
const sort = await getSortOrder(page, 'myTable', 0);
Returns the current sort state of a table column.