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
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