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 277785c commit cf93da5Copy full SHA for cf93da5
src/app/data_display_options.rs
@@ -143,7 +143,7 @@ impl Default for DataDisplayOptions {
143
.into_iter()
144
.map(String::from)
145
.collect(),
146
- emphasize_if_matching_field_idx: Some(3),
+ emphasize_if_matching_field_idx: Some(4),
147
row_idx_field_name: Some("row#".to_string()),
148
row_size_config: Some(RowSizeConfig {
149
field_name: "row_size".to_string(),
0 commit comments