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
386 stars 77 forks source link

Support pagination for multiple tables #32

Closed dsolis5323 closed 8 years ago

dsolis5323 commented 8 years ago

If the table has a container we can get the correct pagination for it. Also we don't need to search in all the html again if we already have the pagination element

jiren commented 8 years ago

@dsolis5323 Thanks 👍