Ismir Harambasic
Results
1
comments of
Ismir Harambasic
`Template.statusFilter.created = function () { this.filter = new ReactiveTable.Filter('status-filter', ['startDate']); }; Template.statusFilter.events({ "click .status-filter-link": function (event, template) { var now = moment(); const STATUS_ACTIVE = 'Aktiv'; const STATUS_ALL = 'Alle';...