-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Adds DFViewerInfinite and BuckarooWidgetInfinite. These lazily load data, 50 rows at a time. This makes the table much more responsive and uses less browser memory. Encoding JSON is very slow in python. 2. Removes display sampling since data is loaded lazily. also removes the "displayed" status bar item, since all rows are available by default 3. Sorting works across all rows, not just the sampled displayed set. 4. Upgrades AG-Grid from 31.0.3 to 32.3.2 5. Histograms no longer animated, they were re-animating on each new lazy data load 6. Convenience method for creating DOMWidget models and views 7. Fixes #255 Display "No Rows to show" appears as a cell in summary stats
- Loading branch information
Showing
30 changed files
with
11,693 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.