q275343119 commited on
Commit
1b5d90b
·
1 Parent(s): dfd45d6

fix - Vendor style

Browse files
Files changed (1) hide show
  1. app/backend/multi_header_util.py +2 -2
app/backend/multi_header_util.py CHANGED
@@ -123,8 +123,8 @@ def get_header_options(column_list: list, avg_column: str, is_section: bool):
123
  },
124
  {'headerName': "Vendor",
125
  'field': 'vendor',
126
- 'headerStyle': HEADER_STYLE,
127
- 'cellStyle': CELL_STYLE,
128
  # 'suppressSizeToFit': True
129
  },
130
  {'headerName': "Overall Score",
 
123
  },
124
  {'headerName': "Vendor",
125
  'field': 'vendor',
126
+ 'headerClass': 'custom-header-style',
127
+ 'cellClass': 'custom-cell-style',
128
  # 'suppressSizeToFit': True
129
  },
130
  {'headerName': "Overall Score",