[PR #118] [MERGED] Make table filterable, sortable and provide pagination #2576

Closed
opened 2026-03-01 17:59:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/118
Author: @5hay
Created: 12/1/2018
Status: Merged
Merged: 12/1/2018
Merged by: @pirate

Base: masterHead: search-frontend-js


📝 Commits (1)

📊 Changes

1 file changed (+25 additions, -3 deletions)

View changed files

📝 archiver/templates/index.html (+25 -3)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/118 **Author:** [@5hay](https://github.com/5hay) **Created:** 12/1/2018 **Status:** ✅ Merged **Merged:** 12/1/2018 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `master` ← **Head:** `search-frontend-js` --- ### 📝 Commits (1) - [`208501e`](https://github.com/ArchiveBox/ArchiveBox/commit/208501e57617e1251215091a3fd44255501a48c4) fixes #61, fixes #40 ### 📊 Changes **1 file changed** (+25 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `archiver/templates/index.html` (+25 -3) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:59:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2576
No description provided.