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

how to show all data in table as default instead of 10,20 with pagination? #24

Open hemamaliniselvam opened 9 years ago

hemamaliniselvam commented 9 years ago

i want to show all data by default. if user wants to change it to 10, 50 then he/she may using select box. but initially for some places in software there is a need to show all data retrieved by mysql query. how can i done it with streamtable.js -> for datatable jquery, $('#example').dataTable( { "paging": false, "ordering": false, "info": false } ); http://datatables.net/release-datatables/examples/basic_init/filter_only.html

how to remove pagination for streamtable for some of tables