File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ InvertedIndices = "1"
2727IteratorInterfaceExtensions = " 0.1.1, 1"
2828Missings = " 0.4.2, 1"
2929PooledArrays = " 1.2.1"
30- PrettyTables = " 0.12, 1, 2"
30+ PrettyTables = " 2"
3131Reexport = " 0.1, 0.2, 1"
3232TableTraits = " 0.4, 1"
3333Tables = " 1.2"
Original file line number Diff line number Diff line change @@ -300,11 +300,11 @@ function _show(io::IO,
300300 highlighters = (_PRETTY_TABLES_HIGHLIGHTER,),
301301 maximum_columns_width = maximum_columns_width,
302302 newline_at_end = false ,
303- nosubheader = ! eltypes,
304- row_name_alignment = :r ,
305- row_name_crayon = Crayon (),
306- row_name_column_title = string (rowlabel),
307- row_names = row_names,
303+ show_subheader = eltypes,
304+ row_label_alignment = :r ,
305+ row_label_crayon = Crayon (),
306+ row_label_column_title = string (rowlabel),
307+ row_labels = row_names,
308308 row_number_alignment = :r ,
309309 row_number_column_title = string (rowlabel),
310310 show_row_number = show_row_number,
You can’t perform that action at this time.
0 commit comments