UNPKG

vue-tables-2

Version:
6 lines (5 loc) 217 B
"use strict"; module.exports = function (column) { if (!this.opts.filterable) return false; return typeof this.opts.filterable == 'boolean' && this.opts.filterable || this.opts.filterable.indexOf(column) > -1; };