react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

Group columns

Open Angelk90 opened this issue 4 years ago • 12 comments

Feature Check list

  • [x] Agree to the Code of Conduct
  • [x] Read the README to ensure the feature is not already present
  • [x] You read Creating Issues, Features and Pull Requests
  • [x] Considered the value versus complexity for all users of the library as well as library maintenance
  • [x] 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

Angelk90 avatar Feb 25 '20 15:02 Angelk90

There is already an issue open for this. https://github.com/jbetancur/react-data-table-component/issues/367

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

jbetancur avatar Feb 25 '20 16:02 jbetancur

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
    }
  ];

Angelk90 avatar Feb 25 '20 18:02 Angelk90

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[bot] avatar Mar 26 '20 18:03 stale[bot]

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 avatar Apr 13 '20 18:04 jbetancur

@jbetancur Is this issue been taken care of?

sagargolait avatar Apr 20 '21 07:04 sagargolait

@jbetancur Any news about this feature?

mangowi avatar Apr 21 '21 19:04 mangowi

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

indracip avatar May 11 '21 01:05 indracip

@jbetancur : Is there any news?

Angelk90 avatar May 11 '21 08:05 Angelk90

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.

jbetancur avatar May 11 '21 10:05 jbetancur

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

shaan360 avatar Sep 03 '21 06:09 shaan360

+1 very needed feature!

edgarklepek avatar Sep 26 '22 07:09 edgarklepek

I love to have this feature too!

yestoall avatar Oct 09 '22 17:10 yestoall