vue-table2next 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-table2next",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Datatable component for Vue 2.x",
5
5
  "main": "dist/vuetable-2.js",
6
6
  "license": "MIT",
@@ -69,6 +69,10 @@ export default {
69
69
  return this.$parent.sortOrder
70
70
  },
71
71
 
72
+ sortColumnState() {
73
+ return this.$parent.sortColumnState
74
+ },
75
+
72
76
  css() {
73
77
  return this.$parent.$_css
74
78
  },