Skip to content
Snippets Groups Projects
Commit 852ecc72 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix for merged rows

parent ad41b056
No related branches found
No related tags found
1 merge request!1Restructuring and cleaning scripts for Mkdocs
...@@ -124,6 +124,10 @@ class GridRowsTracker(): ...@@ -124,6 +124,10 @@ class GridRowsTracker():
def __repr__(self): def __repr__(self):
return self.__str__() return self.__str__()
def max(self) -> int:
return max(self.gridRowTracker)
# Some type aliases # Some type aliases
GridTableRow = list[GridCell] GridTableRow = list[GridCell]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment