Tableau de choix des colonnes => filtrable

This commit is contained in:
Colin Maudry
2026-01-31 01:44:11 +01:00
parent f1725a95f8
commit 1561cb3c9a
+1 -1
View File
@@ -86,7 +86,7 @@ def make_tableau_columns_table():
DataTable(
row_selectable="multi",
data=table_data,
filter_action="none",
filter_action="native",
sort_action="none",
style_cell={
"textAlign": "left",