You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the VSCode Data Grid component gridData Storybook control renders the input JSON as a plain text box, which is hard to edit and view as a user.
Storybook has already merged a PR that adds a JSON editor/tree view control to the control options but it is currently published as a prerelease feature.
When the feature is added in a stable release update the gridData control to use this new feature.
Conduct the first polishing pass of the VSCode Data Grid component. Changes include:
- Updating and adding to the VSCode Data Grid README documentation
- Adding more Storybook controls and stories
Also, adopted the JSON Storybook tree view control. Resolves#28.
Currently, the VSCode Data Grid component
gridData
Storybook control renders the input JSON as a plain text box, which is hard to edit and view as a user.Storybook has already merged a PR that adds a JSON editor/tree view control to the control options but it is currently published as a prerelease feature.
When the feature is added in a stable release update the
gridData
control to use this new feature.Storybook Issue: storybookjs/storybook#12599
Storybook PR: storybookjs/storybook#12824
The text was updated successfully, but these errors were encountered: