From 5669c120407efdac4ba4243d4456eb5535ec5411 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz <83698606+maxschulz-COL@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:13:42 +0200 Subject: [PATCH] Update vizro-core/src/vizro/models/_components/table.py Co-authored-by: Li Nguyen <90609403+huong-li-nguyen@users.noreply.github.com> Signed-off-by: Maximilian Schulz <83698606+maxschulz-COL@users.noreply.github.com> --- vizro-core/src/vizro/models/_components/table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vizro-core/src/vizro/models/_components/table.py b/vizro-core/src/vizro/models/_components/table.py index 157a32914..db381292c 100644 --- a/vizro-core/src/vizro/models/_components/table.py +++ b/vizro-core/src/vizro/models/_components/table.py @@ -59,4 +59,5 @@ def build(self): html.Div(dash_table.DataTable(), id=self.id), ], className="table-container", + id=f"{self.id}_outer", )