Problem/Motivation
Table sort links generated for click sorting have their query params inverted. The param "order" uses the field name and "sort" uses the desc / asc value. This should be the other way around. It will break views results based on search_api_solr for instance.
Steps to reproduce
Create a views table, enable click sort on a specific column. Usually there are no results.