angular-ui/ui-grid

Page selector with external pagination should not reload page with every keystroke

Open

#2 518 ouverte le 8 janv. 2015

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)JavaScript (2 496 forks)batch import
help wantedtype: bug

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Version: ui-grid - v3.0.0-RC.18-d9b2314 - 2015-01-06

screen shot 2015-01-08 at 1 41 01 pm

I have useExternalPagination set to true. With the current implementation, if I want to go to page 123, when I input 2 after 1, the page 12 is loaded, and then I can type in 3, which loads page 123.

I also have difficulty in loading page 23 directly, because I cannot just delete 1 and then put in 23 without triggering page reload. I have to go through reloading of page 1, 12, 2, and 23 to get to page 23.

Basically the problem is that the page should not be reloaded with every keystroke.

Guide contributeur