BSd3v
BSd3v
What if Plotly added support for Server Side stores, much like `dash-extensions`. Then you wouldnt have to worry about keeping things private. Also, another thing to point out for a...
here is a app that I tested this with: ``` from dash import Dash, html, Input, Output from dash_auth import OIDCAuth, protected, protected_callback from flask import request, redirect, url_for, session...
The OIDC may not have associated groups that you want your app to control. Thus allowing for the two to be independent, especially in a B2B solution. For example, business...
Wouldnt these be protected by the callbacks themselves and not need to be protected by a pathname? https://github.com/plotly/dash-auth/pull/148#discussion_r1556724683
Hello @archmoj, `getColumnState` is not something that this repository owns as it comes from the underlying AG Grid. While yes they could do a return, they provide the warning that...
Hello @gvwilson this issue can crop up at any point the grid is destroyed, this doesn't just apply to when using pages. Although it's a lot easier to test when...
Hello @yxc8 , I'm still unsure as to what you are after here, why do you have an input from the selectedRows, isn't it just populating and re selecting the...
Hello @yxc8, When we release the newest version, with the `selectedRows` fix, could you please confirm whether this is fixed. The `selectedRows` fights with the `onSelectionChanged` event of the grid,...
I'm a little confused by this, all tests pass on React 18. As well as dmc 0.14 forces React 18. No issues as of yet. Are there more tests that...
Hello @Nina-Mainusch, I'll look at how we could implement this.