v-tables-3
Version:
Vue.js 3 grid components
23 lines (22 loc) • 698 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
name: 'RLFiltersRow',
inject: ['opts', 'theme', 'allColumns', 'filterable', 'filterType', 'slots', 'columnClass', 'hasChildRow', 'componentsOverride'],
render: function render() {
return this.$slots["default"]({
opts: this.opts(),
columns: this.allColumns(),
filterable: this.filterable,
filterType: this.filterType,
slots: this.slots(),
columnClass: this.columnClass,
hasChildRow: this.hasChildRow(),
override: this.componentsOverride.filtersRow
});
}
};
exports["default"] = _default;