-
Notifications
You must be signed in to change notification settings - Fork 111
Updates to add column and row pinning as well as entry-mapped layout #9264
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
Merged
Merged
Changes from 30 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
ea668bb
Safety push
softwarenerd 9583dbe
Updates for layout
softwarenerd faa7871
Updates for 8695 and column selector modal popup
softwarenerd 0c7c506
Cursor navigation updates for pinned colums and rows
softwarenerd c965661
Safety push of major layout manager work
softwarenerd 222da18
Significant updates to LayoutManager
softwarenerd 91bdedf
Refactoring layout manager
softwarenerd 07002d6
Refactoring layout manager
softwarenerd eb78076
Updates to table data cache update descriptor
softwarenerd c8aaab6
Safety push in case the world explodes
softwarenerd 880f3d7
Safety push in case the world explodes
softwarenerd b96981f
LayoutManager rework
softwarenerd a0c649d
More layout manager updates
softwarenerd e8d6cb4
Updates for scrolling
softwarenerd d1626de
Updates for TableDataCache
softwarenerd b2c4159
Some selection and layout updates
softwarenerd 7d71d15
Re-enable unit tests and fixes for two bugs that were uncovered by them
softwarenerd d5ffaff
Adding unit tests for LayoutManager's mapPositionToIndex and mapIndex…
softwarenerd c949e62
Optimized mapPositionsToIndexes
softwarenerd 969c4a6
Improve performance of cellSelectionState
softwarenerd c1dba62
Extend cell selection up, down, left, right
softwarenerd a6a3dc0
Extend cell selection up, down, left, right
softwarenerd f923094
Removing column selection range and row selection range code
softwarenerd 8a3984e
Fix remaining extend column and row selection
softwarenerd 495e60d
Fix extend selection problem
softwarenerd 0877cf6
Work.
softwarenerd fef255f
Remove test code
softwarenerd 7271c86
Remove testing code
softwarenerd 7e219ad
Skip test for a bit
softwarenerd d9605f5
Fix failing test
softwarenerd fdb0aaf
Remove unused file
softwarenerd 95d2dc8
Fix missing else
softwarenerd 8f5ffee
Fix comment
softwarenerd 257b991
Fix silly mistakes
softwarenerd 685b09a
Fix silly mistakes
softwarenerd bb63c7c
Remove dead code
softwarenerd cb22911
Clear selection on pinning and unpinning
softwarenerd 6422134
Fix missing function call
softwarenerd 7fdb6df
Add comment
softwarenerd d19f74a
Remove YAYA's I forgot about
softwarenerd 060896f
Remove comment
softwarenerd 2a07a21
Add comment
softwarenerd 3b7a7f8
Remove comment
softwarenerd 64bc23b
Adjust comments
softwarenerd c2f4a4b
Updates for copy to clipboard
softwarenerd 1712fe5
Ensure that column and row selections are copied to the clipboard in …
softwarenerd eeff154
Ensure that column and row selections are copied to the clipboard in …
softwarenerd 7f28202
Adjust comments
softwarenerd 3389e9c
Revert to Cmd+Shift+Space to select all on macOS
softwarenerd 4a63e84
Use OVERSCAN_FACTOR
softwarenerd b0ffc33
Use OVERSCAN_FACTOR
softwarenerd 5cb3094
Fix incorrect overscan calculation
softwarenerd f25bda8
Remove dead delcaration
softwarenerd 1d8071c
Switch to (ctrlKey && shiftKey) + space for select all in Data Grid
softwarenerd 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
Binary file not shown.
This file contains hidden or 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
...plorerPanel/components/addEditRowFilterModalPopup/components/columnSelectorModalPopup.css
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.