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

[HRnet] Current Employees table is very slow to load new data #2

Open
mja2128 opened this issue Jul 12, 2020 · 0 comments
Open

[HRnet] Current Employees table is very slow to load new data #2

mja2128 opened this issue Jul 12, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@mja2128
Copy link
Collaborator

mja2128 commented Jul 12, 2020

The table plugin that we use to list current employees is very slow to load new data when we add new employee records. It seems to be creating and loading the whole table each time. Let's create a React component that is smarter about rendering new data and only renders new rows when they are added.

Here is the jQuery plugin that we are currently using for the current employees list: https://github.com/DataTables/DataTables

Here's what it current looks like in the app:
Screen Shot 2020-07-12 at 10 46 39 AM

@mja2128 mja2128 added the bug Something isn't working label Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant