You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: