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

How to remove pagination? #10

Open EugeneDae opened 10 years ago

EugeneDae commented 10 years ago

Is it possible to remove pagination if I don't need it?

jiren commented 10 years ago

Right now pagination is compulsory, if you want to remove it you have to do customisation for this.

hemamaliniselvam commented 9 years ago

customization means how to do it? can you please elaborately explain it? for datatable.js we can do it like $('#example').dataTable( { "paging": false, "ordering": false, "info": false } ); http://datatables.net/release-datatables/examples/basic_init/filter_only.html

for streamtable how to remove pagination for some tables only?