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

Add pagination to table view #341

Open
protectedfor opened this issue Apr 3, 2016 · 2 comments
Open

Add pagination to table view #341

protectedfor opened this issue Apr 3, 2016 · 2 comments

Comments

@protectedfor
Copy link

Hello I rendering my entities from table using table() display method, and I have very much rows in my database table, my question is, how add pagination?

@3traker
Copy link

3traker commented Apr 23, 2016

Hello

Try to use datatables() instead of table()

@protectedfor
Copy link
Author

protectedfor commented Apr 23, 2016

When I use datatables, all rows are rendering and pagination creating using Jquery Datatables, but I need pagination using laravel (->paginate(15)).

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

2 participants