Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better filtering and table sorting #76

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Better filtering and table sorting #76

merged 2 commits into from
Oct 21, 2024

Conversation

PizieDust
Copy link
Collaborator

closes #75
cc / @hannesm
You can now click on the table headers to sort by that columns data.

also the search box now filters across the entire table and not just the names. :)
If you type 10, it should probably display the unikernels with a CPUID of 10. Basically it filters from data across the entire table.

@PizieDust PizieDust added the enhancement New feature or request label Oct 19, 2024
@PizieDust PizieDust requested a review from hannesm October 19, 2024 23:40
@PizieDust PizieDust self-assigned this Oct 19, 2024
@PizieDust PizieDust changed the title etter filtering and table sorting Better filtering and table sorting Oct 19, 2024
@hannesm
Copy link
Contributor

hannesm commented Oct 21, 2024

looks great to me, thanks a lot.

@hannesm hannesm merged commit 9f779a5 into main Oct 21, 2024
2 checks passed
@hannesm hannesm deleted the better_sort branch October 21, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Feature: can we have the tables displayed being sortable by each column (maybe with some javascript)
2 participants