You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Ember Light table for large data set (around 5000 records) and started to use occlusion to resolve the performance issue which works great.
However, after enabling occlusion, the table is no longer responsive and expanded rows are not working (this is reproducible with occlusion demo table as well). Both responsiveness as well as 5000 rows support is critical for my table.
Any idea how to achieve responsive table with occlusion enabled?
The text was updated successfully, but these errors were encountered:
I was able to fix this issue by adding a custom row component extending Row.
Used rowComponent=(component "custom-row") when occlusion is enabled in the table and custom-row supports responsiveness as well as expandable features.
I have done this change last year and it works like a charm :)
I was able to fix this issue by adding a custom row component extending Row.
Used rowComponent=(component "custom-row") when occlusion is enabled in the table and custom-row supports responsiveness as well as expandable features.
I have done this change last year and it works like a charm :)
Hi Laxix,
I am encounter the same issues here. Does your solution effect the way of using body.loader and body.no-data? I am not an Ember expert, would you please provide some sample code for me to start with?
I'm using Ember Light table for large data set (around 5000 records) and started to use occlusion to resolve the performance issue which works great.
However, after enabling occlusion, the table is no longer responsive and expanded rows are not working (this is reproducible with occlusion demo table as well). Both responsiveness as well as 5000 rows support is critical for my table.
Any idea how to achieve responsive table with occlusion enabled?
The text was updated successfully, but these errors were encountered: