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
This should now be available in version 0.2.00.3.0. I've also made the types align to what react-pdf expects e.g. a single Style or an array of Styles.
I got hung up on trying to use "style" property like we do with react-pdf components, but in react-pdf-table components you need to use "styles".
Is this intentional to use
styles
rather thanstyle
?If possible it seems like it would be better to match react-pdf.
So currently this works
but I'm thinking it would be better to match react-pdf so it's not as confusing when switching between them and not realizing why it isn't working.
https://react-pdf.org/styling
The text was updated successfully, but these errors were encountered: