We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3944d17 commit 6e49a5fCopy full SHA for 6e49a5f
README.md
@@ -74,6 +74,10 @@ npm run ~unit
74
75
##Changelog
76
77
+###2.1.0
78
+
79
+- derived columns (`:header="{'home+office+mobile':'contacts'}"`)
80
81
###2.0.0
82
83
- completely new body format (see docs)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-smart-table",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "A table with dynamic components for vue.js",
5
"main": "src/components/SmartTable.vue",
6
"author": "Andrea Passaglia <gurghet@gmail.com>",
0 commit comments