Admin Table Sorting Issue Solved
November 24, 2009
The issue regarding rows not appearing when a previous table in a previous view was sorted resulted in the filter order variable keeping the value from the previous view. Therefore, if that filter order for the table in the newly selected view didn’t exist, then of course it woudn’t sort anything. The solution was to check if the filter order even existed once in the new view. If not, then it would turn to the default sort by id.
Advertisement