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

Table visualization v2 #1356

Closed
arikfr opened this issue Oct 21, 2016 · 1 comment
Closed

Table visualization v2 #1356

arikfr opened this issue Oct 21, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@arikfr
Copy link
Member

arikfr commented Oct 21, 2016

The goal is to address multiple issues we have with the current table visualization. We will do this in several steps:

Step 1:
Replace current simple table visualization with ag-Grid. The main reason for picking ag-Grid is the fact that it's a robust library, with good support and it's framework agnostic.

Step 2:

  • Add configuration for the table visualization.
    • Select number of rows to show per page.
    • Select which column to show.
    • Select column types (how to render the column).
    • Select whether to render HTML in a column (default: false).
  • Add option to create multiple tables for a single query.

Step 3:
More advanced configurations for the table visualization:

Future improvements:
Conditional formatting?
Spark lines?

@fernandosjp
Copy link

Hi @arikfr,

Would things like conditional fomatting be included here? I think it would be really interesting to be able to have informative tables such as the one bellow. Sparklines might be more complex but conidtional formatting with colors would already be a great step.

image

@arikfr arikfr modified the milestone: v1.0.0 Dec 23, 2016
@arikfr arikfr changed the title Configuration for table visualization Table visualization v2 Nov 22, 2017
@arikfr arikfr added this to the v4 milestone Nov 22, 2017
@arikfr arikfr closed this as completed Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants