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

PivotTable performance #88

Open
glaschenko opened this issue Oct 29, 2019 · 1 comment
Open

PivotTable performance #88

glaschenko opened this issue Oct 29, 2019 · 1 comment
Assignees
Labels
type: enhancement New feature or request

Comments

@glaschenko
Copy link

Steps to reproduce:

  1. Open a tab which will contain a pivot with loaded data
  2. Switch to another tab
  3. Switch back

Result:
Screen opens with a noticeable delay.

We should check if there are any performance issues with the component which can be fixed.

@Flaurite Flaurite self-assigned this Oct 29, 2019
@Flaurite Flaurite added the type: enhancement New feature or request label Oct 29, 2019
@Flaurite
Copy link
Contributor

Unfortunately, we are using a better way of communication with the PivotTable js library. The main problem in PivotTable is manually generating HTML table. When we have a lot of data it can take a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants