Fin de l'exception pour les colonnes *_left *_right

This commit is contained in:
Colin Maudry
2026-01-24 14:43:25 +01:00
parent ae366bf014
commit ac42dde488
-3
View File
@@ -364,8 +364,6 @@ def setup_table_columns(
# Si le champ n'est pas dans le schéma et pas annoncé, on le skip
print("Champ innatendu : ")
print(dff[column_id].head())
if column_id.endswith("_right") or column_id.endswith("_left"):
continue
column_name = column_id
column_object = {"title": column_name, "description": ""}
@@ -577,7 +575,6 @@ def prepare_table_data(
:param page_current:
:param page_size:
:param sort_by:
:param search_params:
:return:
"""