Improve cell content detail view in data table renderer#103
Open
masachika-kamada wants to merge 3 commits intomicrosoft:mainfrom
Open
Improve cell content detail view in data table renderer#103masachika-kamada wants to merge 3 commits intomicrosoft:mainfrom
masachika-kamada wants to merge 3 commits intomicrosoft:mainfrom
Conversation
- Update from Node.js 16.14.2 to 20.18.2 to match .nvmrc - Change npm requirement to "8.15.2 or later" for flexibility - Align CONTRIBUTING.md with actual project configuration
- Hide AG Grid expand buttons that don't work - Add consistent ellipsis styling for cell overflow - Improve visual consistency in data table
- Extend double-click functionality to all cell types, not just JSON - Add improved detail panel with close button and better styling - Support both JSON and text content display with appropriate formatting - Add scrollable container for long content with monospace font - Align behavior with Kusto Desktop UX patterns
Author
|
@microsoft-github-policy-service agree |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #102
Changes Made
1. Documentation Update
2. Enhanced Data Table Cell Interaction
Problem Solved
Technical Details
.ag-cell-expand-buttonelementsonCellDoubleClickedhandler to support all column data typesTesting
Screenshots