finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
8.48k stars 1.18k forks source link

Feature request: Add virtual column pairs to show or search #645

Closed akan closed 5 years ago

akan commented 5 years ago

now column name is transferred in table data, not in metaData. I mean table data is like: [ {"column1":value1,"column2":value2 .....} {"column1":value1,"column2":value2 .....} ... ] or like: [ [value1,value2...] [value1,value2...] ... ] a virtual column pairs is like: {"aaa":"column1", "bbb":"column2",...} then the table is showing:

aaa | bbb

value1 | value2 value1 | value2

texodus commented 5 years ago

Thanks for the report! Unfortunately I have no idea what you're asking - you can't name your columns "aaa" and "bbb"?

texodus commented 5 years ago

If you come up with some details, feel free to open a new issue.