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

[Feat]: Table columns are not freshed when dynamic queries return different column names #728

Open
vinpro-nz opened this issue Mar 1, 2024 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@vinpro-nz
Copy link

Is your feature request related to a problem? Please describe.
When using a dynamic query that pivots the data to make columns, the LC table does not regenerate the columns.
Instead it adds additinal columns but does not remove them.

Describe the solution you'd like
Ideally, a single column type of 'dynamic' could be used for dynamic queries.
This single column would always be the last column, and is configured to repeat the data type for every additional column in data[] beyond the predefined columns. All prior columns remain static, only the last column can be dynamic.

Each time the dynamic query is run all 'dynamic' columns are removed and the 'dynamic' column(s) regenerated.
Something like this...
image

@vinpro-nz vinpro-nz added the Enhancement New feature or request label Mar 1, 2024
@vinpro-nz vinpro-nz changed the title [Feat]: Table cloumns are not freshed with dynamic queries [Feat]: Table columns are not freshed when dynamic queries return different column names Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants