You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the optional $defaultSort param is provided to the Controller::createSortControl(), the query is sorted accordingly, but the dropdown still shows the wrong option as selected ($columns first value).
Expected Behavior
The correct value is displayed in the drop-down list.
Further Suggestions
Throw error if the given $defaultSort is not present in the $columns.
The text was updated successfully, but these errors were encountered:
Bug
If the optional
$defaultSort
param is provided to theController::createSortControl()
, the query is sorted accordingly, but the dropdown still shows the wrong option as selected ($columns
first value).Expected Behavior
The correct value is displayed in the drop-down list.
Further Suggestions
$defaultSort
is not present in the$columns
.The text was updated successfully, but these errors were encountered: