Skip to content

In grid view, columns pivoted on don't update as new data flows in #648

@canselcik

Description

@canselcik

Bug Report

In grid view, let's say I want to have a column pivot on the location field. If I set the column-pivot attribute ahead of time, and then start feeding my data in through table.update([{...}]), the new values introduced on this field don't get represented in the UI/visualization.

Steps to Reproduce:

  1. Get a grid view
  2. Set through HTML attributes your column pivot
  3. Introduce new values for that column with Javascript.
  4. Unless you change the sort attribute on the fly to something else and then back to what you want it to be, you will notice that the new values of that column-pivot won't be represented on screen.

Expected Result:

New values to be represented as columns on the visualization.

Actual Result:

Entries with new unseen values for the column we are pivoting on isn't shown.

Environment:

HEAD of master

Metadata

Metadata

Assignees

No one assigned

    Labels

    JSbugConcrete, reproducible bugs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions