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 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