This repository was archived by the owner on Jul 25, 2021. It is now read-only.
v5.0.0-rc.6
Pre-release
Pre-release
fixes Rowspan and Colspan #27 with the exception of a few edge cases.
Updates to the rowspan/colspan algorithm:
- Handle
rowspanandcolspanparsing once in the initialRowColMapbuild rather than at runtime for each DOM node with arowspanorcolspanattribute. - Reengineer the
handleRowSpanfunction to track a pointer reference to the currentrowspanaccumulator value. - Reengineer the
handleColSpanfunction to track a pointer reference to the currentcolspanaccumulator value. - Create
isRowSpanandisColSpanhelper methods on theRowColMapclass.
Start using today!
npm install tableexport@5.0.0-rc.6