Skip to content

Commit

Permalink
fix dataset sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
sam94700 committed Sep 9, 2024
1 parent 7187c96 commit f17cb83
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 f17cb83

Please sign in to comment.