sanchalitorpe-source opened a new pull request, #61202:
URL: https://github.com/apache/airflow/pull/61202

   Persist DataTable column visibility (show/hide) configuration in browser 
localStorage,
   so user preferences are restored when returning to a table.
   
   This change uses the shared DataTable component and scopes persistence using 
the table
   `modelName`. Only column visibility is persisted — sorting, filtering, and 
pagination
   behavior remain unchanged.
   
   The implementation safely falls back to default column visibility when no 
stored
   configuration is found and follows existing UI persistence patterns in 
Airflow.
   
   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]

Reply via email to