EloquentStudio / StreamTable.js

StreamTable.js streams data for tables in the background, updates and renders them using templating frameworks like Mustache.js, HandleBars.js
http://eloquentstudio.github.io/StreamTable.js/stream.html
MIT License
385 stars 77 forks source link

Preventing the last unnecessary paging request to the server #19

Closed yusufnb closed 9 years ago

yusufnb commented 9 years ago

Since the last response has less items than limit, it should be the last page. We don't need to check for an empty response.

jiren commented 9 years ago

Thanks @yusufnb