-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asynchronous JS error on renaming elements in dash-ag-grid in Google Chrome #230
Comments
Note that Managed Row Drag does not work with sort and filter. See the constraints listed in the docs: https://dash.plotly.com/dash-ag-grid/row-dragging
See the AG Grid docs for more details on unmanaged row dragging. |
@AnnMarieW I have tried setting the input with the following settings based on this documentation:
but the error still persists. Interestingly enough, it doesn't happen consistently, and it appears to happen only in Chrome on a Windows OS. |
Hello @matt-sd-watson, How is your data set up? Is your grid always going to have the same number of rows? Are you using getRowId? |
@BSd3v My data are being returned as a pandas data frame, always with the same number of columns (1) with the same column name. However, since the rows are changing dynamically through a callback, sometimes there are no rows to return to the frame, in which case I return an empty list I am not using |
Typically, updates on a Do you have a test app that I can try out? |
Where does the |
Here is the documentation on it: https://dash.plotly.com/dash-ag-grid/row-ids#application-assigned-ids |
@BSd3v I assume that the |
Correct, it doesnt need to be... but, with how you are using it, it might be able to help the grid identify unique identifiers, but idk. And yes, that is a bit strange that it is only on Windows with Chrome. |
Hello @matt-sd-watson, Have you updated to the new version of the grid, and does this issue continue to persist? |
I have implemented a
dash-ag-grid
component that dynamically receives a list and populates draggable rows:In the latest version of google chrome, the following error sometimes occurs, but indiscriminately for this component:
Switching to Firefox resolves the issue.
The text was updated successfully, but these errors were encountered: