UNPKG

vue-tables-2

Version:
9 lines (8 loc) 220 B
"use strict"; module.exports = function () { if (this.orderBy.column != this.opts.groupBy) { this.setOrder(this.opts.groupBy, true); } else { this.setOrder(this.opts.groupBy, !this.orderBy.ascending); } };