Ox.List optimization: keep first and last page in the DOM #33

Open
opened 2012-06-12 18:15:49 +00:00 by rlx · 0 comments
Owner

Make Ox.List slightly less aggressive with regards to removing pages of items from the DOM -- concretely, increase the number of pages in the DOM from 3 (previous, current, next) to 5 (first, previous, current, next, last), i.e. never remove the first and last page, since in practice, the first and last page are probably the next closest (next likely to be navigated to) pages.

Make Ox.List slightly less aggressive with regards to removing pages of items from the DOM -- concretely, increase the number of pages in the DOM from 3 (previous, current, next) to 5 (first, previous, current, next, last), i.e. never remove the first and last page, since in practice, the first and last page are probably the next closest (next likely to be navigated to) pages.
rlx added the
Ox.UI
label 2012-06-12 18:15:49 +00:00
rlx self-assigned this 2012-06-12 18:15:49 +00:00
rlx added the
severity: normal
enhancement
0.2
0.2
labels 2012-06-12 18:15:49 +00: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: 0x2620/oxjs#33
No description provided.