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 remove pagination? #10

Open
EugeneDae opened this issue Jun 12, 2014 · 2 comments
Open

How to remove pagination? #10

EugeneDae opened this issue Jun 12, 2014 · 2 comments

Comments

@EugeneDae
Copy link

Is it possible to remove pagination if I don't need it?

@jiren
Copy link
Member

jiren commented Jun 13, 2014

Right now pagination is compulsory, if you want to remove it you have to do customisation for this.

@hemamaliniselvam
Copy link

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?

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

3 participants