UNPKG

v-tables-3

Version:

Vue.js 3 grid components

9 lines (8 loc) 214 B
"use strict"; module.exports = function () { if (this.orderBy.column != this.groupBy[0]) { this.setOrder(this.groupBy[0], true); } else { this.setOrder(this.groupBy[0], !this.orderBy.ascending); } };