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
When I click a header item for example Name it sorts data table in ascending order correctly
But when I click Name again, the ordering does not reverse table into descending order.
The direction icons to right of header item clicked does update accordingly with up or down arrows.
Grav v1.7.0-rc.20 - Admin v1.10.0-rc.2
Here is example screen before clicking a header
Here is after the first click of Score header
And finally, a second click of the Score header
Notice the header direction arrows update accordingly but that the data does not change.
The text was updated successfully, but these errors were encountered:
PalmTreeVI
changed the title
Flex Sorting 1Only works first time or only works in one direction (in Admin)
Flex Sorting Only works first time or only works in one direction (in Admin)
Dec 21, 2020
To replicate, go in /admin/accounts/users, sort by username twice and you’ll notice nothing changes. However, I am sending the property sort: username|asc and sort: username|desc accordingly but it’s always returned asc.
When I click a header item for example
Name
it sorts data table in ascending order correctlyBut when I click
Name
again, the ordering does not reverse table into descending order.The direction icons to right of header item clicked does update accordingly with up or down arrows.
Grav v1.7.0-rc.20 - Admin v1.10.0-rc.2
Here is example screen before clicking a header
Here is after the first click of
Score
headerAnd finally, a second click of the
Score
headerNotice the header direction arrows update accordingly but that the data does not change.
The text was updated successfully, but these errors were encountered: