diff --git a/taipy/gui/_renderers/builder.py b/taipy/gui/_renderers/builder.py index be7c0fe3f7..d359b1f79a 100644 --- a/taipy/gui/_renderers/builder.py +++ b/taipy/gui/_renderers/builder.py @@ -61,7 +61,7 @@ class _Builder: __BLOCK_CONTROLS = ["dialog", "expandable", "pane", "part"] - __TABLE_COLUMNS_DEPS = [ + __TABLE_COLUMNS_DEPS = { "data", "columns", "date_format", @@ -75,7 +75,10 @@ class _Builder: "style", "tooltip", "lov", - ] + "row_class_name", + "cell_class_name", + "format_fn" + } def __init__( self,