UNPKG

ng2-bs-table

Version:
16 lines 626 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TableInputFilter = (function () { function TableInputFilter(variable) { this.variable = variable; } TableInputFilter.prototype.getColumnName = function () { return this.variable; }; TableInputFilter.prototype.getTemplate = function () { return '<table-input-filter [collection]="collection" [columnName]="columnName" (filter)="onFilter($event)"><table-input-filter>'; }; return TableInputFilter; }()); exports.TableInputFilter = TableInputFilter; //# sourceMappingURL=table-input-filter.js.map