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

New table rowGroupingRenderer preset #64

Closed trigoporres closed 3 months ago

trigoporres commented 3 months ago

What is the problem this feature will solve?

Sometimes rows may have an action that will allow us to display something below that row. Either after row, row grouping or tree table. We need a preset to provide that functionality. For example:

image

This action must be transmitted from the preset to the consumer so that he can decide what to do in the specific case. In no case should the preset have coupled logic about the next action to be performed.

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

This is the first step necessary to implement other functionalities that require the deployment of rows.

What alternatives have you considered?

This does not block the development of functionalities since the user has the possibility to create it in the table construction. However, we must follow the philosophy of giving all the necessary pieces.