@marketconnect/vue-pivot-table
Advanced tools
Changelog
[1.0.0] - 2020-03-27
Pivot
component fields
, row-fields
and col-fields
props were replaced by a global fields
prop and available-field-keys
, row-field-keys
, col-field-keys
props to affect fields to each draggable area of the Pivotrows
/cols
now use Arrays instead of Objects with row-${index}
/col-${index}
keys, valuesHashTable
keys were also updatedvalue
slot now receives row
/col
as ArraysPivot
: dropdown on fields to allow user configuration:
Pivot
field label slotChangelog
[0.3.0] - 2020-02-19
headerSlotsNames
and footerSlotsNames
props on fields
definition. This allows to generate multiple levels of header/footer for a single field. For example, for a "Country" field you can generate a header with the name, and a second header with the flag of the country.Changelog
[0.2.1] - 2019-10-13
col
and row
params to the value
slot to allow value customization based on specific column/rowChangelog
[0.1.0] - 2019-10-13
computing
slot to display user feedback while the aggregations for table values are runningsetTimeout
(kind of dirty but no alternative) which avoids blocking js execution and allows user feedback