-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add paging for large data files #60
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
Labels
Comments
RandomFractals
added a commit
that referenced
this issue
Jan 5, 2022
- add paging and page sizes config to Tabulator setup in tableView.js - change data loading page size to 100K in tableView.ts - clear loading data status message when all data is read and total rows counter is set - add starting CSS for the Tabulator footer row in table-view.css
RandomFractals
added a commit
that referenced
this issue
Jan 5, 2022
RandomFractals
added a commit
that referenced
this issue
Jan 5, 2022
This was referenced Jan 6, 2022
RandomFractals
added a commit
that referenced
this issue
Jan 7, 2022
RandomFractals
added a commit
that referenced
this issue
Jan 7, 2022
RandomFractals
added a commit
that referenced
this issue
Jan 7, 2022
and comment out data load debug logging for now
RandomFractals
added a commit
that referenced
this issue
Jan 7, 2022
Closing this for now. See new Limitations section in docs related to large data files streaming, pagination, display, tabulator sort and save data functionality: https://github.com/RandomFractals/tabular-data-viewer#limitations |
This was referenced Jan 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Switching to CSV data parsing with
fs.ReadStream
andPapa.parse
in a worker thread added in #59 now loads larger data files with millions of rows and up to 1Gb of data in a reasonable time frame.There seems to be an issue with Tabulator virtual DOM setup recorded in #58.
As a short term solution, we'll add paging for large data files to navigate large datasets in table view after data is parsed and loaded into memory.
The text was updated successfully, but these errors were encountered: