Dale Clements

Results 5 issues of Dale Clements

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => Search github for a similar issue or PR before submitting [X] feature request => Please check...

new feature

Currently requires Angular 4, meaning if I want to upgrade an app using this to Angular 5 I have to... have both installed? I like this table but I can't...

If I create a table and bind the col-headers to a component variable, like `[col-headers]="colHeaders"`, then when I update the component variable colHeaders, the headers of the table don't update....

I know you can assign rowHeaders and colHeaders in the options object, but for some reason you can only assign colHeaders (or col-headers) in the template, not rowHeaders.

Following the Quick start instructions: I installed with "npm i ng2-handsontable --save" and didn't do step 2, because I'm using the CLI. Updated the module file per step 3, then...