Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify rendering logic for grids with merged cells #197

Merged
merged 9 commits into from
Jul 16, 2021
Prev Previous commit
Next Next commit
Fix typo
Signed-off-by: Itay Dafna <[email protected]>
  • Loading branch information
ibdafna committed Jul 16, 2021
commit 3caae17288325b1ec9a3d3a7aa9485a9ce0bbace
2 changes: 1 addition & 1 deletion packages/datagrid/src/cellgroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export namespace CellGroup {
* same region if they intersect.
* @param dataModel the data model of the grid.
* @param group the target cell group.
* @param region the region wer're of the cell group.
* @param region the region of the cell group.
* @returns a new cell group after merging has happened.
*/
export function joinCellGroupWithMergedCellGroups(
Expand Down