UNPKG

v-tables-3

Version:

Vue.js 3 grid components

14 lines (12 loc) 289 B
"use strict"; module.exports = function (column, ascending) { this.orderBy.column = column; this.orderBy.ascending = ascending; this.updateState('orderBy', { column: column, ascending: ascending }); if (this.source == 'server') { this.getData(); } };