sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 260 forks source link

Add pagination to table view #341

Open protectedfor opened 8 years ago

protectedfor commented 8 years ago

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 commented 8 years ago

Hello

Try to use datatables() instead of table()

protectedfor commented 8 years ago

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