Petar Pejovic
Petar Pejovic
## Description #### For those who will review this PR: Here is a small recommendation on how to familiarise yourself with the PR changes in the fastest way and how...
## Description - Implementation of [AgGrid infinite-row-model](https://dash.plotly.com/dash-ag-grid/infinite-row-model) for the KPI example due to speedup. FYI: - Dash [AgGrid pagination](https://dash.plotly.com/dash-ag-grid/pagination) stores all data on the client side. Therefore, the recommended implementation...
### Description I'm using AgGrid component with `columnSize="autoSize"` configuration. When the data filter value is changed, the grid column widths are calculated based on the previous instead on the latest...
Reference link: https://dash.plotly.com/dash-ag-grid/column-sizing#size-to-fit-and-responsive-size-to-fit Should Vizro set `columnSize="responsiveSizeToFit"` for the `dash_ag_grid` figure function by default?
Hi Dash wizards 👋 I've been using Dash extensively for several years, and this is the first time I've encountered an issue that might be considered a bug. **Dependencies:** ```...