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

Add style and preset props in row definition #78

Closed trigoporres closed 1 month ago

trigoporres commented 1 month ago

What is the problem this feature will solve?

This functionality will allow you to give specific css styles to each row of the table. That way in cases such as the state of a row can have specific styles defined through presets.

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

RowDef will have a property through which it can be passed a cssprop object or a function that receives a topic and returns a cssprop.

What alternatives have you considered?

No response