@marketconnect/vue-pivot-table
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"author": "MarketConnect", | ||
@@ -33,2 +33,3 @@ "license": "MIT", | ||
"css-loader": "^0.28.7", | ||
"flag-icon-css": "^3.4.6", | ||
"friendly-errors-webpack-plugin": "^1.7.0", | ||
@@ -40,2 +41,3 @@ "html-webpack-plugin": "^3.2.0", | ||
"sass-loader": "^7.3.1", | ||
"svg-url-loader": "^4.0.0", | ||
"thenby": "^1.3.0", | ||
@@ -42,0 +44,0 @@ "vue-loader": "^15.7.1", |
@@ -149,3 +149,5 @@ # vue-pivot-table | ||
`showFooter` | `Boolean` | Optional (default: `false`) - Whether the footer should be displayed in the pivot table | ||
`headerSlotNames` | `String Array` | Optional - Names of the slots to use to format the headers in the pivot table | ||
`headerSlotName` | `String` | Optional - Name of the slot to use to format the header in the pivot table ; if no slot name is provided, the value will be displayed as found in data | ||
`footerSlotNames` | `String Array` | Optional - Same as above for the footer | ||
`footerSlotName` | `String` | Optional - Same as above for the footer | ||
@@ -163,2 +165,4 @@ | ||
You can also set multiple slot names using `headerSlotNames`/`footerSlotNames`. In that case, one row/column (depending if the field is a column/row field) header/footer will be generated for each slot, allowing to display multiple information separately. | ||
#### Cell values | ||
@@ -165,0 +169,0 @@ |
@@ -64,2 +64,6 @@ const webpack = require('webpack') | ||
}] | ||
}, | ||
{ | ||
test: /\.svg$/, | ||
loader: 'svg-url-loader' | ||
} | ||
@@ -66,0 +70,0 @@ ] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
412070
17
524
226
23