You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About styling.. I saw in your example, at calculations object the className property.
But that forces me to use css... I'm not using css so I was wondering if instead className we could use a style property to apply inline style.
Otherwise, I tried to use a stateless component in your template function to apply my inline style but I get [object Object] result in the table
Thank you!
The text was updated successfully, but these errors were encountered:
Hey, your component looks great 👍
About styling.. I saw in your example, at calculations object the
className
property.But that forces me to use css... I'm not using css so I was wondering if instead className we could use a
style
property to apply inline style.Otherwise, I tried to use a stateless component in your template function to apply my inline style but I get
[object Object]
result in the tableThank you!
The text was updated successfully, but these errors were encountered: