FrozenNode / Laravel-Administrator

An administrative interface package for Laravel
http://administrator.frozennode.com/
MIT License
1.94k stars 504 forks source link

page next click request two time #1030

Open nelsonking opened 8 years ago

nelsonking commented 8 years ago

as title i say ,i get this question ,two request make page slow ,insert a judge in admin.js at 796 if (newPage != currPage) { this.pagination.page(newPage); //update the rows this.updateRows(); } also i want deal it in page function but i didn't, this is a function what i can do ,you can