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

Make table filterable, sortable and provide pagination #118

Merged
merged 1 commit into from Dec 1, 2018

Conversation

5hay
Copy link
Contributor

@5hay 5hay commented Dec 1, 2018

fixes #61, fixes #40

The table has advanced features now. One can filter over all columns, sort all
columns asc/desc and paginate the table.
The state (filtered result, current page, sorting order and number of
entries shown) will be saved in localStorage so the user can open the
page in another window or tab and see the same output again.

This is done with the help of https://github.com/DataTables/DataTables.

The table has advanced features now. One can filter over all columns, sort all
columns asc/desc and paginate the table.
The state (filtered result, current page, sorting order and number of
entries shown) will be saved in localStorage so the user can open the
page in another window or tab and see the same output again.
@pirate
Copy link
Member

pirate commented Dec 1, 2018

Wow this is awesome! Thank you so much <3

@pirate pirate merged commit baf0805 into ArchiveBox:master Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants