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 after row #66

Closed trigoporres closed 1 month ago

trigoporres commented 3 months ago

What is the problem this feature will solve?

It will be possible to add a functionality to display a row and have it render whatever the user decides.

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

To do this we must create a new row below the desired row. In that new row we can paint information from an existing column or any other component that the user passes to us.

What alternatives have you considered?

No response