UNPKG

vue-tables-2

Version:
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; };