Open muchirialex opened 2 years ago
Hello, pagination is not implemented on boards but it is a good suggestion.
I think a dedicated page for boards/{boardId}/stage/{stageId}/tasks should be created first because a board can have multiple stages with items and pagination would be problematic
The example app of inertia has an implementation of pagination: https://github.com/inertiajs/pingcrm/blob/master/app/Http/Controllers/ContactsController.php
I will try on the weekend.
Hello, how could I add pagination to board items?