Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
644 stars 105 forks source link

use multiple sortable item in one view/component #199

Open p33rG opened 2 years ago

p33rG commented 2 years ago

I ran into a problem and i can't the solution for it. I have 2 livewire component 1-projects 2-tasks each project have different tasks which are being shown in accordance find attached file below image

now the problem is i want to make projects as well as tasks scrollable, which means that projects and tasks are scrollable separately using scrollable on one works fine, but adding on both results in a single response, and project and task merges into one which distrubs my positioning, how do I get it done, separate scrollable for project and task

note: project has a task livewire component Capture