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
{{ message }}
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.
I've been attempting to apply conditional coloring to a table using the method implemented in @chriddyp 's example in #11, but I'm getting a React error and an 'error loading layout' message in the browser. No errors from the flask server though. I'm getting the same thing from the example code and from my own code. Is there a different way to apply conditional formatting now, or is this a bug?
Yeah, but I should have left that info when I opened the issue. Thanks for the reply. Here's what I'm working with:
dash==0.21.1
dash-core-components==0.24.0rc2
dash-html-components==0.11.0
dash-renderer==0.13.0rc2
dash-table-experiments==0.6.0 (checked reinstalling with rc1; didn't make a difference)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been attempting to apply conditional coloring to a table using the method implemented in @chriddyp 's example in #11, but I'm getting a React error and an 'error loading layout' message in the browser. No errors from the flask server though. I'm getting the same thing from the example code and from my own code. Is there a different way to apply conditional formatting now, or is this a bug?
The code in question:
The text was updated successfully, but these errors were encountered: