Sotera/DatawakeDepot

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

bmcdougald opened this issue · 0 comments

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.