This repository has been 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
rowspan
andcolspan
parsing once in the initialRowColMap
build rather than at runtime for each DOM node with arowspan
orcolspan
attribute. - Reengineer the
handleRowSpan
function to track a pointer reference to the currentrowspan
accumulator value. - Reengineer the
handleColSpan
function to track a pointer reference to the currentcolspan
accumulator value. - Create
isRowSpan
andisColSpan
helper methods on theRowColMap
class.
Start using today!
npm install [email protected]