DevoInc / genesys-ui

Monorepo containing the codebase for the Genesys UI components library.
https://devoinc.github.io/genesys-ui/
MIT License
2 stars 0 forks source link

Hook tree table #68

Open trigoporres opened 3 months ago

trigoporres commented 3 months ago

What is the problem this feature will solve?

We must give the option that the user can group rows by data.

What is the feature you are proposing to solve the problem?

For example:

[{name: ['maria']...}, {name: ['maria', 'pepe'], ...}, {name: ['maria', 'pepe', 'pablo'], ...}]

What alternatives have you considered?

No response