-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
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:
- Get a grid view
- Set through HTML attributes your column pivot
- Introduce new values for that column with Javascript.
- 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