lablup / backend.ai-webui

Backend.AI Web UI for web / desktop app (Windows/Linux/macOS). Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics.
https://www.backend.ai
GNU Lesser General Public License v3.0
110 stars 73 forks source link

Switch to managing hiddenColumnKeys in TableColumnsSettingModal #2809

Open yomybaby opened 3 weeks ago

yomybaby commented 3 weeks ago

Problem

When users customize their table column settings, newly added columns do not appear because the current system stores the keys of columns to be displayed. This leads to a poor user experience as users might miss out on important new data.

Proposed Solution

Technical Implementation

Additional Context

This change aims to improve the flexibility and reliability of the table column settings, ensuring that users have access to all available data without manual intervention.

yomybaby commented 2 weeks ago

Let's consider using hidden property of table comlumn. https://ant.design/components/table#table-demo-hidden-columns