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

Depot: Server-side paging sort/filter improvements would be nice #160

Open
bmcdougald opened this issue Feb 1, 2016 · 0 comments
Open

Comments

@bmcdougald
Copy link
Contributor

The current way we are handling display of data in the tables in chunks may make this difficult (or impossible with the way it's currently implemented), but it would be really nice to be able to sort & filter with regard to all of the data items instead of just on the currently loaded page.

This becomes useful when looking for duplicate data to be pruned or trying to aggregate the pages with the most extractions etc. Each page is treated independently currently which makes it very difficult to accomplish the tasks mentioned. For instance, if you wanted to see all of the pages that referenced "John Doe" you may see one on page one of the table, another on page 3, a third on page 7. Filtering or sorting by that content would only handle the page you're currently viewing. This becomes more of an issue the more data you have for the table to display.

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

No branches or pull requests

1 participant