Skip to content

Commit

Permalink
stretched table to full column width
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Sep 16, 2024
1 parent 1c233d7 commit cd0d709
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions app/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ def button_action_scope_analysis(event):
formatters={'Scope 1?': BooleanFormatter()}, # tick/cross for boolean values
editors={}, # is set later such that only a single column can be edited
hidden_columns=['activity_datapackage_id', 'producer_unique_id'],
layout='fit_data_stretch',
sizing_mode='stretch_width'
)

# https://panel.holoviz.org/reference/widgets/StaticText.html
Expand Down
Loading

0 comments on commit cd0d709

Please sign in to comment.