Sauli Tähkäpää

Results 17 issues of Sauli Tähkäpää

In an Angular 2 app, `zone.js` basically polyfills/overrides native functions like `addEventListener`, `setTimeout` etc. When event listeners are added using `addEventListener` function, they get registered in the `zone.js` and effectively...

Hi everybody! As you've probably noticed, I haven't been maintaining `` that actively after `1.0` was released. Reason being focusing mostly on making [`` 2.0](https://github.com/vaadin/vaadin-grid/tree/v2.0.0-alpha4) (which is my day job)...

help wanted

This pull request aims to demonstrate the power of [VarCI](https://var.ci/), the missing assistant for GitHub issues. -- _Automated response by [Var.CI](https://var.ci)_ :robot: --- This change is [](https://reviewable.io/reviews/saulis/iron-data-table/180)

Since column headers have only a single element, it's not necessary to use templates. Using content injection should make things more straight-forward and improve binding support also on other frameworks....