UNPKG

v-tables-3

Version:

Vue.js 3 grid components

9 lines (8 loc) 268 B
"use strict"; module.exports = function () { this.data.forEach(function (row, index) { this.opts.dateColumns.forEach(function (column) { row[column] = row[column] ? moment(row[column], this.opts.toMomentFormat) : ''; }.bind(this)); }.bind(this)); };