Robert Hjalmers

Results 102 comments of Robert Hjalmers

Hi @mayraGL, not sure if I get what you’re trying to do but do you want to persist the state of the table rows i.e. which table rows are expanded...

Hi @sahilkatia, do you have some code that you can share or what do you mean with when you say that your data is dynamic? The `inline edit` property is...

Nice to know what you needed to get it working with latest angular version and I'm sure others will find it useful too so thanks for sharing @Crash1988. I've created...

Yeah that was the idea @mklein994, the only issue with that I guess is that it would be hard to introduce breaking changes without syncing it with a new release...

I've created a separate branch for this now: https://github.com/hjalmers/angular-generic-table/tree/5.x as well as milestone: https://github.com/hjalmers/angular-generic-table/milestone/3 I decided to go for version 5 as this library probably won't follow the release cycle...

There's a new version released now (5.0.0-alpha.0) for those who'd like to use angular 7 and rxjs 6. Install using: ``` npm i @angular-generic-table/core@next tether --save ``` If you're using...

Hmm, I haven't tried that myself but it should work although it might depend a bit on how you're updating the configuration. Usually I've created to separate tables and just...

It should definitely work with out ngIf, not sure it does now though but I'll look into it, hopefully by the end of the week:)

Hi @sahilkatia1, I'm not sure I follow but when inline edit is set to true it will actually render an input field which by default will have different styling, so...

Hmm, haven't seen or had any issues with this myself, are you doing something very demanding in your rendering or value functions perhaps? You could also try adding debounce to...