You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering, if there is any way how to pass the parameters from the layout to the components. Let’s say I have a layout with table and some charts and I would like to directly include the filtering in the parameters of this layout. For example http://localhost/my_layout?data=something resulting in passing these to all the components, serving like a filter.
Many thanks,
Martin
The text was updated successfully, but these errors were encountered:
It's possible, it's actually something I've been trying to solve in a more elegant way. Right now I'm doing a stupid hack where I put the parameters in the hash field of the window.location. In the next month or so I'm going to try to release a bunch of things I've been working on for a different project, I'll try to include it.
Thanks for the answer, looking forward to look at it later!
( I'm not familiar much with React, so in the meantime I gave up and created the dashboard only using Flask. )
I was wondering, if there is any way how to pass the parameters from the layout to the components. Let’s say I have a layout with table and some charts and I would like to directly include the filtering in the parameters of this layout. For example http://localhost/my_layout?data=something resulting in passing these to all the components, serving like a filter.
Many thanks,
Martin
The text was updated successfully, but these errors were encountered: