Skip to content

Commit

Permalink
Merge pull request #575 from sam94700/feature/fix_bug_sorted_df
Browse files Browse the repository at this point in the history
fix dataset sorted
  • Loading branch information
guillaume-vignal authored Sep 9, 2024
2 parents 7187c96 + f17cb83 commit 41ec571
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shapash/webapp/smart_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,8 @@ def init_components(self):
page_action="none",
fixed_rows={"headers": True, "data": 0},
fixed_columns={"headers": True, "data": 0},
sort_action="custom",
sort_action="native",
sort_mode="multi",
sort_by=[],
style_table={"overflowY": "auto", "overflowX": "auto"},
style_header={"height": "30px"},
style_cell={
Expand Down

0 comments on commit 41ec571

Please sign in to comment.