You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple table template, which based on a vue-router parameter, changes which list configuration / data to load. The config/data register changes properly, but the columns don't force the internal data table columns to change.
Looking in vue-devtools...
Working (referencing the newly updated columns):
columns, columnSelectOptions,
Not working (refering old columns):
cols, columnSelection, regularCols,
The text was updated successfully, but these errors were encountered:
Async0x42
changed the title
Data Table - Changing columns doesn't rerender the chart
Data Table - Changing columns doesn't update chart columns
Dec 13, 2016
rstoenescu
changed the title
Data Table - Changing columns doesn't update chart columns
Data Table - Adding/removing columns to/from array doesn't update table
Dec 13, 2016
I have a simple table template, which based on a vue-router parameter, changes which list configuration / data to load. The config/data register changes properly, but the columns don't force the internal data table columns to change.
Looking in vue-devtools...
Working (referencing the newly updated columns):
columns, columnSelectOptions,
Not working (refering old columns):
cols, columnSelection, regularCols,
The text was updated successfully, but these errors were encountered: