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

Need Handlebars example #29

Open joelbyrd opened 8 years ago

joelbyrd commented 8 years ago

I'm trying to integrate this with Handlebars instead of Mustache, but I'm having issues. The documentation around the "view" option is not detailed enough, so I'm left scratching my head. Can an example of using this with Handlebars.js be added to the documentation?

MB34 commented 8 years ago

Wouldn't it be as simple as changing the template and the compile option?