UnitFilterableTable receives postprocessed data from a parent chart view component. This results in postprocessed (and often transformed) data being uploaded to the Vuex store by the table component and, in turn, uploaded to the bubble server. Only the table component displayed with the showTable flag receives non-postprocessed data (see UnitQuery).
UnitFilterableTable
receives postprocessed data from a parent chart view component. This results in postprocessed (and often transformed) data being uploaded to the Vuex store by the table component and, in turn, uploaded to the bubble server. Only the table component displayed with theshowTable
flag receives non-postprocessed data (seeUnitQuery
).