StreamTable.js streams data for tables in the background, updates and renders them using templating frameworks like Mustache.js, HandleBars.js
385
stars
77
forks
source link
Preventing the last unnecessary paging request to the server #19
Closed
yusufnb closed 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.