From f17cb83742a4cdcf66e1204d0030d547ee9e5db3 Mon Sep 17 00:00:00 2001 From: Samuel Chemama Date: Mon, 9 Sep 2024 14:00:02 +0200 Subject: [PATCH] fix dataset sorted --- shapash/webapp/smart_app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shapash/webapp/smart_app.py b/shapash/webapp/smart_app.py index acbb119e..df84b6ca 100644 --- a/shapash/webapp/smart_app.py +++ b/shapash/webapp/smart_app.py @@ -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={