We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to remove pagination if I don't need it?
The text was updated successfully, but these errors were encountered:
Right now pagination is compulsory, if you want to remove it you have to do customisation for this.
Sorry, something went wrong.
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?
No branches or pull requests
Is it possible to remove pagination if I don't need it?
The text was updated successfully, but these errors were encountered: