Utilisation des options de persistence de Dash

This commit is contained in:
Colin Maudry
2026-02-04 23:58:47 +01:00
parent 61dbf237cf
commit cb885eeb90
3 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -601,7 +601,7 @@ def prepare_table_data(
trigger_cleanup = no_update if source_table == "tableau" else str(uuid.uuid4())
# Application des tris
if len(sort_by) > 0:
if sort_by and len(sort_by) > 0:
lff = sort_table_data(lff, sort_by)
# Matérialisation des filtres