-
Notifications
You must be signed in to change notification settings - Fork 14k
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
Table viz, sorting by column "version" is broken in Chrome #1307
Comments
Temporary fix is to edit
Then re-run |
Oh interesting. Thanks for documenting / sharing. You can keep track of our npm dependencies and wether they are updated here: |
It's been fixed, closing. |
12 tasks
zhaoyongjie
added a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
* feat: bignumber format by time formatter * fix ut * rename control label
zhaoyongjie
added a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
* feat: bignumber format by time formatter * fix ut * rename control label
zhaoyongjie
added a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
* feat: bignumber format by time formatter * fix ut * rename control label
zhaoyongjie
added a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
* feat: bignumber format by time formatter * fix ut * rename control label
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm reporting a bug which is really about DataTables more than Caravel, but it may affect Caravel users.
We have table visualizations with a version field (e.g. our app version), and sorting by that column breaks in Chrome.
The issue is that DataTables attempts to auto detect dates, which is not working properly on Chrome. Here's the issue:
https://github.com/DataTables/DataTables/issues/874
Let's monitor for a new version of DataTables that hopefully will fix this. I'll keep an eye on it.
The text was updated successfully, but these errors were encountered: