Skip to content

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

Open
@vinpro-nz

Description

@vinpro-nz

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

Metadata

Metadata

Labels

EnhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions