Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hemamaliniselvam opened this issue Aug 6, 2015 · 0 comments

Comments

@hemamaliniselvam
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant