vue-tables-2
Advanced tools
Comparing version 2.1.70 to 2.1.72
@@ -52,2 +52,8 @@ "use strict"; | ||
var drp = el.data('daterangerpicker'); | ||
if (drp) { | ||
drp.remove(); | ||
} | ||
el.daterangepicker(merge.recursive(dpOptions, columnOptions, range)); | ||
@@ -54,0 +60,0 @@ el.on('apply.daterangepicker', function (ev, picker) { |
@@ -24,3 +24,7 @@ "use strict"; | ||
_this._setFiltersDOM(_this.query); | ||
if (_this.userColumnsDisplay.includes(column) && _this.opts.dateColumns.includes(column)) { | ||
_this.initDateFilters(); | ||
} | ||
}); | ||
}; |
@@ -33,3 +33,3 @@ "use strict"; | ||
pagination: { | ||
nav: '', | ||
nav: 'text-center', | ||
count: '', | ||
@@ -36,0 +36,0 @@ wrapper: '', |
@@ -32,3 +32,3 @@ "use strict"; | ||
pagination: { | ||
nav: '', | ||
nav: 'text-center', | ||
count: '', | ||
@@ -35,0 +35,0 @@ wrapper: '', |
@@ -33,3 +33,3 @@ "use strict"; | ||
pagination: { | ||
nav: '', | ||
nav: 'has-text-centered', | ||
count: '', | ||
@@ -36,0 +36,0 @@ wrapper: 'pagination', |
{ | ||
"name": "vue-tables-2", | ||
"description": "Vue.js 2 grid components", | ||
"version": "2.1.70", | ||
"version": "2.1.72", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
692234
7863