Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive table with Occlusion #723

Open
Laxix opened this issue Oct 30, 2019 · 2 comments
Open

Responsive table with Occlusion #723

Laxix opened this issue Oct 30, 2019 · 2 comments

Comments

@Laxix
Copy link

Laxix commented Oct 30, 2019

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?

@Laxix
Copy link
Author

Laxix commented Sep 3, 2020

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 :)

@Edward-Chen-CN
Copy link

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?

Thanks, Eddy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants