LumaPictures / meteor-jquery-datatables

Sort, page, and filter millions of records reactively.
http://jquery-datatables.meteor.com
MIT License
98 stars 29 forks source link

Add demonstration of reactivity to live demo #24

Closed chadrik closed 10 years ago

chadrik commented 10 years ago

It would be cool if the live demo had a simple console on every page that allowed the user to easily add new entries, and thereby see the reactivity in action.

gjolund commented 10 years ago

Great idea, I'll add in a little add button, should be pretty simple.

gjolund commented 10 years ago

You should be able to open two tabs of http://jquery-datatables.meteor.com/examples/data-sources , add rows in one and watch the other reactively update.