plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

Support `==` in addition to `=` #773

Open chriddyp opened 4 years ago

chriddyp commented 4 years ago

I've run into this issue a lot during development: For and and or, we use && and || but for equals we use = not == 🤦

I'd say that let's just support == in addition to =.

If that's not possible, then lets update our error message to tell the user to try == instead.

Related community issue: https://community.plotly.com/t/dash-table-compare-two-columns-and-use-style-data-conditional/39010/2