Add (global) sorting to server list#740
Add (global) sorting to server list#740Boy132 wants to merge 6 commits intopelican-dev:mainfrom Boy132:feature/server-sorting
Conversation
|
So the ONLY issue I can see is, this isn't per a user. If i sort them as an admin, it will also sort them for the user that owns the servers. |
Yeah, but I'm not sure how we would add per-user sorting. That sounds like a lot of custom queries and joins. |
|
I don't know how easy it would be on the Filament side of things... but all you'd have to do is just add an order column on the pivot model between a Server and User (Subuser). |
That would only work for subusers tho, not for owners/ admins. |
Closes #249