UNPKG

v-tables-3

Version:

Vue.js 3 grid components

7 lines (6 loc) 210 B
"use strict"; module.exports = function (column) { var sortAll = typeof this.opts.sortable == 'boolean' && this.opts.sortable; if (sortAll) return true; return this.opts.sortable.indexOf(column) > -1; };