Skip to content

feat: add ability to sort cols on set list page - #563

Open
btfcookies wants to merge 2 commits into
qbreader:mainfrom
btfcookies:feat/sort-set-list-page
Open

feat: add ability to sort cols on set list page#563
btfcookies wants to merge 2 commits into
qbreader:mainfrom
btfcookies:feat/sort-set-list-page

Conversation

@btfcookies

Copy link
Copy Markdown
Contributor

Resolves #519

Adds bidirectional sort to columns in the set list page
tested locally

@geoffrey-wu

Copy link
Copy Markdown
Member

in client/scripts/utilities/tables.js there's a sortTable function, please use that instead

@btfcookies

Copy link
Copy Markdown
Contributor Author

resolved in a476a2c

@geoffrey-wu

Copy link
Copy Markdown
Member

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)...

@btfcookies

Copy link
Copy Markdown
Contributor Author

is this sort algorithm in the repo? if so i cant attempt to fix it

@geoffrey-wu

Copy link
Copy Markdown
Member

I hope you mean you can

It's under client/scripts/utilities/tables.js

@btfcookies

Copy link
Copy Markdown
Contributor Author

Yes i did mean can sorry typo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ability to sort columns in set list page

2 participants