UNPKG

v-tables-3

Version:

Vue.js 3 grid components

7 lines (6 loc) 265 B
"use strict"; module.exports = function (column, start, end) { var dateFormat = this.dateFormat(column); var el = typeof column === 'string' ? $(this.refs.filters[column]) : column; el.text(start.format(dateFormat) + " - " + end.format(dateFormat)); };