mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.61k stars 116 forks source link

Fix overflowing of `table-container` and add styling to pagination tab #272

Closed huong-li-nguyen closed 7 months ago

huong-li-nguyen commented 7 months ago

Description

Note: Decided to remove the padding as we mainly added it for the data-table, which might not be relevant for the ag-grid. Let's remove it for now as even with the padding it's not aligned with the charts, nor with the rest of the page. We'll come back to it after refining CSS for both tables.

Screenshot

After changes: Screenshot 2024-01-19 at 11 04 34

Notice

huong-li-nguyen commented 7 months ago

@maxschulz-COL - FYI - Hopefully removing all the padding here will make it easier for you to style the ag-grid. Does something for pagination also exist for the ag-grid? If yes, would be great to include in the demo example! :)