<!-- We use GitHub only for bug reports 🐛 Anything else should be posted to https://discuss.redash.io 👫 🚨For support, help & questions use https://discuss.redash.io/c/support 💡For feature requests & ideas use https://discuss.redash.io/c/feature-requests **Found a security vulnerability?** Please email security@redash.io to report any security vulnerabilities. We will acknowledge receipt of your vulnerability and strive to send you regular updates about our progress. If you're curious about the status of your disclosure please feel free to email us again. If you want to encrypt your disclosure email, you can use this PGP key. --> ### Issue Summary Table visualization sorter is based on the type information provided by the server and not on the display type from visualization settings. ### Steps to Reproduce 1. Create a query with String numeric values and change the display type for the column to "Number" (or just use [this query](http://localhost:8080/queries/418)) 2. Sort the query by that column and verify that the order is alphabetical and not numeric. Example:  I expect it to use the display type to do that, otherwise the user doesn't have an UI control of that. ### Technical details: * Redash Version: master * Browser/OS: -- * How did you install Redash: --