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] Implement Column spanning #192

Closed
oliviertassinari opened this issue Aug 21, 2020 · 4 comments · Fixed by #4020
Closed

[data grid] Implement Column spanning #192

oliviertassinari opened this issue Aug 21, 2020 · 4 comments · Fixed by #4020
Assignees
Labels
component: data grid This is the name of the generic UI component, not the React module! linked in docs The issue is linked in the docs, so completely skew the upvotes new feature New feature or request

Comments

@oliviertassinari
Copy link
Member

oliviertassinari commented Aug 21, 2020

Capture d’écran 2021-06-10 à 16 08 32

Benchmark

@oliviertassinari oliviertassinari added component: data grid This is the name of the generic UI component, not the React module! new feature New feature or request labels Aug 21, 2020
@oliviertassinari oliviertassinari changed the title [DataGrid] Implement column spanning [DataGrid] Implement Column spanning Sep 1, 2020
@oliviertassinari oliviertassinari added the linked in docs The issue is linked in the docs, so completely skew the upvotes label Nov 30, 2020
@DarioG

This comment has been minimized.

@amanmahajan7
Copy link

Updated link
https://adazzle.github.io/react-data-grid/#/column-spanning

@cherniavskii cherniavskii self-assigned this Feb 1, 2022
@lizsaloka1
Copy link

Hi, I work for a company which has obtained a Material UI Pro License (can give additional details privately). We are looking for a DataGrid feature that will enable us to have 3 table cells under 1 table header.

This would be similar to modifying a TH to have colspan=”3”, so it spreads across three control cells, and add a scope=”colgroup” to make it apply to the group of columns below it.

Both this issue and #195 caught my eye, as a potential solution for what we are trying to do. Thanks!

@oliviertassinari oliviertassinari changed the title [DataGrid] Implement Column spanning [data grid] Implement Column spanning Mar 16, 2022
@cherniavskii
Copy link
Member

Hey @lizsaloka1
This issue refers to column spanning for the cells only. What you are describing sounds indeed more like #195

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! linked in docs The issue is linked in the docs, so completely skew the upvotes new feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants