ember-cli-ember-table
ember-cli-ember-table copied to clipboard
Glimmer?
Hi,
great work on creating this addon.
I've tried ember-table with glimmer (and liquid-fire 0.20.0) and it doesn't work yet. I've identified 1 problem in 2 places I was able to fix: onScrollLeftDidChange gets called in header-row.js and scroll-container.js while nothing has be rendered yet, which leads to an execption. Testing if this.$() !== undefined before calling .scrollLeft on it works.
Once this is fixed, the table renders but it's empty, I would guess this has to do with the lazy-rendering of the table content that would probably interfere with glimmer's new virtual-dom?
I was wondering if you had plans to fix this here or if you were waiting for addepar to fix it upstream (or had no plan at all to support glimmer)?