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

showing new data always first instead of adding at end - reverse of what I see while streaming #25

Open uidev369 opened 9 years ago

uidev369 commented 9 years ago

I followed the example stream.html. Is there a ways newly added data will be on first page always and previous data will move backwards like recent messages in chat applications. please let me know how to do that

MB34 commented 8 years ago

Reverse the sort order of your query, perhaps?