mattiash / angular-tablesort

Sort angularjs tables easily
MIT License
184 stars 66 forks source link

ITEMS_PER_PAGE doesn't update CURRENT_PAGE_NUMBER #86

Closed vannim152 closed 7 years ago

vannim152 commented 7 years ago

Hi, I'm not sure if this is a bug or expected feature but here is what I found in the demo examples: Presume you are showing 10 items per page Step 1: go to the last pagination page (e.g. page 6) Step 2: change to show 100 items per page Step 3: you see nothing

Expected: you should see (at least) 100 items or all. I suspect the model="ITEMS_PER_PAGE" doesn't reset model="CURRENT_PAGE_NUMBER" to 1 if (total_items <= ITEMS_PER_PAGE)