Clicks the settings/personalization button in the table toolbar.
Playwright Page (or compatible subset).
The UI5 control ID.
Optional
Table options.
ui5.table.clickSettings
Open the table personalization/settings dialog by clicking its toolbar button.
ControlError if the settings button is not found.
await clickTableSettingsButton(page, 'myTable'); Copy
await clickTableSettingsButton(page, 'myTable');
Clicks the settings/personalization button in the table toolbar.