Update app.py
Browse files
app.py
CHANGED
|
@@ -681,7 +681,7 @@ def server(input, output, session):
|
|
| 681 |
.set_properties(subset=brushed_df_final.columns, **{'height': '30px'})
|
| 682 |
.set_table_styles([{'selector': 'thead th', 'props': [('height', '30px')]}], overwrite=False)
|
| 683 |
# .set_table_styles([{'selector': 'table', 'props': [('width', '100px')]}], overwrite=False)
|
| 684 |
-
.set_table_styles([{'selector': 'thead th:nth-child(1)', 'props': [('min-width', '
|
| 685 |
.set_table_styles([{'selector': 'thead th:nth-child(2)', 'props': [('min-width', '40px')]}], overwrite=False)
|
| 686 |
.set_table_styles([{'selector': 'thead th:nth-child(3)', 'props': [('min-width', '40px')]}], overwrite=False)
|
| 687 |
.set_table_styles([{'selector': 'thead th:nth-child(4)', 'props': [('min-width', '40px')]}], overwrite=False)
|
|
|
|
| 681 |
.set_properties(subset=brushed_df_final.columns, **{'height': '30px'})
|
| 682 |
.set_table_styles([{'selector': 'thead th', 'props': [('height', '30px')]}], overwrite=False)
|
| 683 |
# .set_table_styles([{'selector': 'table', 'props': [('width', '100px')]}], overwrite=False)
|
| 684 |
+
.set_table_styles([{'selector': 'thead th:nth-child(1)', 'props': [('min-width', '155px')]}], overwrite=False)
|
| 685 |
.set_table_styles([{'selector': 'thead th:nth-child(2)', 'props': [('min-width', '40px')]}], overwrite=False)
|
| 686 |
.set_table_styles([{'selector': 'thead th:nth-child(3)', 'props': [('min-width', '40px')]}], overwrite=False)
|
| 687 |
.set_table_styles([{'selector': 'thead th:nth-child(4)', 'props': [('min-width', '40px')]}], overwrite=False)
|