Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent column name and key behavior in Table column manager #9507

Open
GrowwithNaveen opened this issue Apr 25, 2024 · 0 comments
Open

Comments

@GrowwithNaveen
Copy link
Collaborator

Description:
The current behavior of the table column manager is inconsistent between column names and keys. This inconsistency can be confusing for users when trying to update keys based on the corresponding column names and their data types.

Expected Behavior:
There should be a clear and consistent relationship between column names and keys in the table column manager.
Existing solution should be streamlined. This could involve:

  1. Automatic Key Generation: When a column name is entered, the system automatically generates a unique key based on the column name (following a defined naming convention). Users can still edit this key if needed.
  2. Key Editing: Users can edit both the column name and the key independently. However, editing the column name should not automatically change the key, and vice versa (unless a confirmation dialog is presented).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant