feat: add ability to sort cols on set list page - #563
Conversation
|
in client/scripts/utilities/tables.js there's a sortTable function, please use that instead |
|
resolved in a476a2c |
|
so i discovered that my O(n^2) sorting algorithm breaks on this table, oops (at least i think thats why its laggy in test)... |
|
is this sort algorithm in the repo? if so i cant attempt to fix it |
|
I hope you mean you can It's under client/scripts/utilities/tables.js |
|
Yes i did mean can sorry typo |
|
any plan to implement this? |
|
Sorry for not following up, I've been busy with schoolwork. I am working on it right now and should have it fixed soon |
|
take your time, your schoolwork is more important |
|
In |
|
Can you rebase your PR / branch? I think you'll get some merge conflicts but ai should be able to fix them |
Resolves #519
Adds bidirectional sort to columns in the set list page
tested locally