mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #121] Sorting no longer working on table columns #704
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#704
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @willbrowningme on GitHub (Jan 13, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/121
The sorting of table columns is not currently working. previously you could click on a column and it would sort by asc/desc for example the number of emails forwarded in the aliases table.
This seems to be an issue with the vue-good-table.
@willbrowningme commented on GitHub (Mar 10, 2021):
This was due to a CSS issue which has now been fixed.