sanchalitorpe-source opened a new pull request, #61280: URL: https://github.com/apache/airflow/pull/61280
This PR adds persistence for column visibility (show/hide) in all DataTable components in the Airflow UI. Users’ column preferences are now saved in browser localStorage, so when they revisit a table, their previous column selections are restored automatically. Key points: - Only column visibility is persisted — sorting, filtering, and pagination remain unchanged. - Uses the existing useLocalStorage hook for consistency with other UI state persistence. - Scope of persistence is based on the table modelName, ensuring different tables store separate configurations. - Falls back to default column visibility if no stored configuration is found. Testing - Manually verified hiding/showing columns in multiple tables. - Reloading the page preserves column visibility as expected. Related Issue Closes: #61159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
