Skip to content
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

[DATA GRID] Data grid needs the ability to expand row content into a flyout #2462

Closed
snide opened this issue Oct 21, 2019 · 1 comment
Closed

Comments

@snide
Copy link
Contributor

snide commented Oct 21, 2019

The truncation rules and custom sizing of data grid is useful for summary level comparisons but often sub-optimal for viewing a single document of data. We should build a simple "expand" button that could show up within the first column of every row and allow the user to view a flyout containing that rows data in a more top-down fashion.

Optionally, an engineer should be able to overwrite this default flyout content and instead populate the flyout with any ReactNode. This should give the flexibility for deep abilities on row based content.

@snide snide changed the title [DATA GRID] Data grid needs the ability to expand rows into a flyout [DATA GRID] Data grid needs the ability to expand row content into a flyout Oct 21, 2019
@snide
Copy link
Contributor Author

snide commented Feb 13, 2020

I'm closing this one out. After the solutions presented with control columns in #2846 I think this feature is best addressed downstream, rather than building this into the HoC. I'm going to adjust that demo to better illustrate a way to solve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant