Opened 9 years ago

Closed 7 years ago

#519 closed improvement (fixed)

Pagination based on current sorting

Reported by: jkenyon Owned by:
Priority: minor Milestone: 7.6.1
Component: User Interface Version: 7.1.3
Keywords: Cc:

Description

It would be handy if the pagination of listed documents is based on the current selected sort method OR when sorting after pagination it performs the sort on all pages with the potential to change the documents listed on each page.

Currently it seems pagination allocates documents to pages randomly and then sorting is performed only on each pages documents list.

Change History (2)

comment:1 Changed 9 years ago by car031

  • Component changed from Core to User Interface
  • Type changed from Improvement to Wish

for performance reasons the sorting is implemented on the client side while the pagination must be implemented on the server, so we are unable to do this and the sorting only applies on the current page.

comment:2 Changed 7 years ago by car031

  • Milestone set to 7.6.1
  • Resolution set to fixed
  • Status changed from new to closed
  • Type changed from wish to improvement
Note: See TracTickets for help on using tickets.