angular-ui/ui-grid

Grid Page Number Change Delay

Open

#3,619 opened on May 28, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (2,496 forks)batch import
help wantedseverity: performance

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When manually typing page number, if you have more that 10 pages & using server paging, when I try to type 12, I see 2 server calls, for 1 and for 12, because there is no delay, it call the server each time..

Is it possible to add a delay or add a button or something for manual update of page number ?

Contributor guide