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

Column name parsing does not pick up column name accurately #1

Open
knmurphy opened this issue Nov 21, 2024 · 0 comments
Open

Column name parsing does not pick up column name accurately #1

knmurphy opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@knmurphy
Copy link
Owner

knmurphy commented Nov 21, 2024

In cases where Glide uses a column identifier instead of the user entered label for the column name property, the extension should take the column name from the property key i.e. in the example below it should parse out newColumnForDate as the label for the field in the popup input form. In an ideal world it would break that apart into "New Column for Date' but more challenging to convert it than to just use it as is. The unique column name is just not human friendly enough and doesn't show easily in the data editor to reference.

columns: {
        name: { type: "string", name: "Name" },
        description: { type: "string", name: "Description" },
        number: { type: "number", name: "mKAze" },
        newColumnForDate: { type: "date-time", name: "PULRz" },
        bolean: { type: "boolean", name: "okkGf" }
    }
Screenshot 2024-11-21 at 12 52 22 PM
@knmurphy knmurphy added bug Something isn't working enhancement New feature or request labels Nov 21, 2024
@knmurphy knmurphy self-assigned this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant