angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

Grid Page Number Change Delay #3619

Open gokhanoner opened 9 years ago

gokhanoner commented 9 years ago

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 ?

c0bra commented 9 years ago

Makes sense to me. A debounce should be simple to add.