-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] DataTable javascript error with row_selectable and filter_action #1854
Comments
Hai |
@chriddyp Can I pick this up? (Wanted to start contributing to dash as I love using it in my professional work) |
@aneeshdua absolutely! If you run into any trouble getting set up or finding the relevant pieces of code, the best might be to ping me on the forum https://community.plotly.com/u/alexcjohnson |
@jchang10 @alexcjohnson I am not able to reproduce the bug (with the same code). Here are the details of my environment:
OS: [e.g. iOS] Windows I am using newer versions of dash (2.7.1) as compared to the one in which the bug occurred (2.0.0). It could be possible that the bug got fixed over the updates. |
Yes, looks like you're right - if I run the app above with Dash v2.0.0 I see the JS error:
But there's no error in Dash 2.7.1 Thanks for investigating @aneeshdua! |
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
DataTable with row_selectable="single or multi" and filter_action="native" seems to cause the JS error. This especially happens when data=[] and colums=[] or empty values.
Expected behavior
JS Error should not occur
Screenshots
This is the simplest example.
The text was updated successfully, but these errors were encountered: