Releases: dmk99/react-pdf-table
Releases · dmk99/react-pdf-table
0.4.1
Fix issue with nested tables not correctly handling rendering the top border if there was no header defined.
renderTopBorder
was not taking into account nested tables this has now been fixed.
Release 0.4.0
Includes support for zebra rows (alternating row colours).
Fixes some typing issues.
v0.3.0
- Updated
styles
to style
and matched the type to match the react-pdf
definition
- Added typedoc generated documentation based off the jsdoc.
0.1.1
- Removed
TableRow
from the exported classes. #2
- Updated documentation to reflect that
TableRow
should not be used directly. #2
- Partially fixed IE 11 support in the storybook. #3