Table with sorting, filtering, highlighting, ... #9538
Unanswered
DimitrakisT
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We recently run into an interesting problem:
We have a data source that is a table of fixed columns, as well as an additional column with JSON of the form:
{"Column 1": "value", "Column 2": "value", ... }
We have hundreds of records, and potentially hundreds of columns, which we do not know in advance.
We want to show in a ’normal’ table, the columns. I.e. when a type of entity is filtered, only the columns relevant woud show in the table
Would a custom visual built with vega/lite be able to tackle this use-case?
Any directions/recommendations?
Beta Was this translation helpful? Give feedback.
All reactions