Returns the current filter value of a table column.
Playwright Page (or compatible subset).
The UI5 control ID.
Zero-based column index.
Filter value string, or null if the column is not filtered.
const filter = await getFilterValue(page, 'myTable', 0); Copy
const filter = await getFilterValue(page, 'myTable', 0);
Returns the current filter value of a table column.