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

Group columns #474

Closed
5 tasks done
Angelk90 opened this issue Feb 25, 2020 · 14 comments
Closed
5 tasks done

Group columns #474

Angelk90 opened this issue Feb 25, 2020 · 14 comments
Assignees
Labels
feature next The next version (beta)
Milestone

Comments

@Angelk90
Copy link

Feature Check list

  • Agree to the Code of Conduct
  • Read the README to ensure the feature is not already present
  • You read Creating Issues, Features and Pull Requests
  • Considered the value versus complexity for all users of the library as well as library maintenance
  • Considered if this can be a storybook or documentation example

Is your feature request related to a problem? Please describe

Hi @jbetancur, I have elements that are part of a group for example, I have an element called Payload, which contains many elements.

Describe the solution you'd like

As a proposal, the one in the figure would be adopted as a solution.

Additional context

@jbetancur
Copy link
Owner

There is already an issue open for this. #367

to be honest not sure when this will happen as I need to prioritize things like expand all, fixing foxed header and grouping.

@Angelk90
Copy link
Author

Hi @jbetancur , take a look at this trivial example that I did quickly:
Link: https://codesandbox.io/s/winter-hill-m3teh

Let's put the table, have a colspans attribute, so declared.

  const colspans = [
    {
      name: "",
      colspan: 1
    },
    {
      name: "Contact",
      colspan: 2
    }
  ];

@stale
Copy link

stale bot commented Mar 26, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added wontfix This will not be worked on and removed wontfix This will not be worked on labels Mar 26, 2020
@jbetancur
Copy link
Owner

Sorry, not yet. I have been a bit busy. At a glance this is a lot of work, but I will keep in on the roadmap!

@jbetancur jbetancur added the next The next version (beta) label Dec 29, 2020
@jbetancur jbetancur self-assigned this Dec 29, 2020
@jbetancur jbetancur added this to the RDT Next milestone Dec 29, 2020
@sagargolait
Copy link

@jbetancur Is this issue been taken care of?

@mangowi
Copy link

mangowi commented Apr 21, 2021

@jbetancur Any news about this feature?

@indracip
Copy link

@jbetancur hi, any update about this feature ? thank you

@Angelk90
Copy link
Author

@jbetancur : Is there any news?

@jbetancur
Copy link
Owner

No news yet. I'm focused on finishing version 7 and then 8 which will have some breaking changes. A lot of design changes need to happen before this feature can be implemented.

@shaan360
Copy link

shaan360 commented Sep 3, 2021

Any progress with this feature or some implemented this while using this package?

@edgarklepek
Copy link

+1 very needed feature!

@yestoall
Copy link

yestoall commented Oct 9, 2022

I love to have this feature too!

@avdhootpatil
Copy link

Any updates on this feature?

@nevermind89x
Copy link

Is this actually supported? Or was never implemented? Thank you! @jbetancur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature next The next version (beta)
Projects
None yet
Development

No branches or pull requests

10 participants