laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

Added pagination

Open sozidatel79 opened this issue 7 years ago • 4 comments

sozidatel79 avatar Jul 21 '18 14:07 sozidatel79

What is the need for this method?

lazychaser avatar Jul 21 '18 18:07 lazychaser

For paginate the result

sozidatel79 avatar Jul 22 '18 01:07 sozidatel79

with this code: $categories = Category::defaultOrder()->withDepth()->get(); i can't paginate the result set. but with: $categories = Category::defaultOrder()->withDepth()->paginate(100); i can add {{ $categories->links() }} and paginate instead of loading all data. http://joxi.ru/5md3dxLtkqlogr

sozidatel79 avatar Jul 22 '18 01:07 sozidatel79

more important: why do people invest time - get asked something - and never answer back - same with so many issues here. so stupid.... 🙄

@lazychaser maybe it´s an idea to close all PR and issues and start new from scratch... I don´t see the reason for keeping issues and PR open that are older than a year.....

michabbb avatar Feb 14 '21 17:02 michabbb