plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.54k stars 2.08k forks source link

Implementing Dual Scrollbars with AG Grid in Dash Application #2941

Closed jankrans closed 3 months ago

jankrans commented 3 months ago

I'm working on a Dash application that uses AG Grid, and I'm trying to implement a dual scrollbar system - one at the top and one at the bottom of the grid. However, I do not know if it is possible. Is there any guidance available to this? I tried replicating the navbar, and connecting it through clientside callbacks from dash without any success.

AnnMarieW commented 3 months ago

Hi @jankrans

Yes, this should be possible. Could you please post on the Dash Community Forum and include a minimal example with what you have tried so far?

AnnMarieW commented 3 months ago

Hi @jankrans

Thanks for posting on the forum. I'm going to close this for now, but it can be re-opened if it turns out to be a bug in either Dash or Dash AG Grid.