You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: