Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Update src/tableutils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq authored Apr 16, 2020
1 parent b0bd21a commit b04996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tableutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ function updateHeadingRows( table, first, last, model, batch ) {

// Finds cells that will be:
// - trimmed - Cells that are "above" removed rows sections and overlap the removed section - their rowspan must be trimmed.
// - moved - Cells from removed rows section might stick out of. Such cells are moved to a next row after a removed section.
// - moved - Cells from removed rows section might stick out of. These cells are moved to the next row after a removed section.
//
// Sample table with overlapping & sticking out cells:
//
Expand Down

0 comments on commit b04996d

Please sign in to comment.