Skip to content

Commit

Permalink
Update vizro-core/src/vizro/models/_components/table.py
Browse files Browse the repository at this point in the history
Co-authored-by: Li Nguyen <[email protected]>
Signed-off-by: Maximilian Schulz <[email protected]>
  • Loading branch information
maxschulz-COL and huong-li-nguyen authored Oct 26, 2023
1 parent 5a6d6a8 commit 5669c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vizro-core/src/vizro/models/_components/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ def build(self):
html.Div(dash_table.DataTable(), id=self.id),
],
className="table-container",
id=f"{self.id}_outer",
)

0 comments on commit 5669c12

Please sign in to comment.