-
Notifications
You must be signed in to change notification settings - Fork 841
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
[EuiDataGrid] InMemory Performance #2374
Merged
chandlerprall
merged 22 commits into
elastic:feature/euidatagrid
from
chandlerprall:feature/euidatagrid-api-cleanup
Sep 27, 2019
Merged
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8fe2cd6
Automatically detect data schema for in-memory datagrid
chandlerprall d7d68e7
Merge in described schema for field formatting
chandlerprall 1818acb
Better column type detection
chandlerprall dd88556
Tests for euidatagrid schema / column type
chandlerprall 0fa2017
refactor datagrid schema code, add datetime type detection
chandlerprall be62bf6
some comments
chandlerprall d43c422
Allow extra type detectors for EuiDataGrid
chandlerprall f56201e
cleanup of docs and type formatting
snide 692ed6e
Fix datagrid unit test
chandlerprall b4a83f2
Update currency detector
chandlerprall 66a4a55
Allow EuiDataGrid's inMemory prop to be {true}
chandlerprall 8aa38f5
Added ability to provide extra props for the containing cell div
chandlerprall 2054460
Added test for cell props
chandlerprall e79e150
Performance cleanups
chandlerprall 6a2f174
Clean up datagrid doc's inMemory selection
chandlerprall 17897a1
Merge branch 'feature/euidatagrid' into feature/euidatagrid-api-cleanup
chandlerprall b8f174b
Merged in feature branch
chandlerprall 04562b3
EuiDataGrid in-memory options
chandlerprall 800ea28
Performance refactor for in-memory values
chandlerprall c23a0b9
added a comment
chandlerprall 7be8174
Merge branch 'feature/euidatagrid' into feature/euidatagrid-api-cleanup
snide ea09f89
Fix sorting on in-memory and schema datagrid docs
chandlerprall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the comments 💟