fix: use first table row as col headers (#1156)

Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
Panos Vagenas
2025-03-13 15:34:18 +01:00
committed by GitHub
parent 6eb718f849
commit 0945973b79
33 changed files with 286 additions and 310 deletions

View File

@@ -51,7 +51,7 @@
"start_col_offset_idx": 0,
"end_col_offset_idx": 1,
"text": "1",
"column_header": false,
"column_header": true,
"row_header": false,
"row_section": false
},
@@ -63,7 +63,7 @@
"start_col_offset_idx": 1,
"end_col_offset_idx": 2,
"text": "2",
"column_header": false,
"column_header": true,
"row_header": false,
"row_section": false
},
@@ -75,7 +75,7 @@
"start_col_offset_idx": 2,
"end_col_offset_idx": 3,
"text": "3",
"column_header": false,
"column_header": true,
"row_header": false,
"row_section": false
},
@@ -87,7 +87,7 @@
"start_col_offset_idx": 3,
"end_col_offset_idx": 4,
"text": "4",
"column_header": false,
"column_header": true,
"row_header": false,
"row_section": false
},
@@ -284,7 +284,7 @@
"start_col_offset_idx": 0,
"end_col_offset_idx": 1,
"text": "1",
"column_header": false,
"column_header": true,
"row_header": false,
"row_section": false
},
@@ -296,7 +296,7 @@
"start_col_offset_idx": 1,
"end_col_offset_idx": 2,
"text": "2",
"column_header": false,
"column_header": true,
"row_header": false,
"row_section": false
},
@@ -308,7 +308,7 @@
"start_col_offset_idx": 2,
"end_col_offset_idx": 3,
"text": "3",
"column_header": false,
"column_header": true,
"row_header": false,
"row_section": false
},
@@ -320,7 +320,7 @@
"start_col_offset_idx": 3,
"end_col_offset_idx": 4,
"text": "4",
"column_header": false,
"column_header": true,
"row_header": false,
"row_section": false
}