We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271eb87 commit f9a668eCopy full SHA for f9a668e
src/backends/html/html_backend.jl
@@ -47,7 +47,7 @@ function _html__print(
47
for k in eachindex(column_label_titles)
48
if (
49
!isnothing(column_label_titles[k]) &&
50
- (length(column_label_titles[k]) != table_data.num_rows)
+ (length(column_label_titles[k]) != table_data.num_columns)
51
)
52
error("The number of elements in each row of `column_label_titles` must match the number of columns in the table.")
53
end
0 commit comments