-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Livewire & Column Sortable #176
Comments
I am not familiar with livewire; perhaps it uses some JS to manipulate DOM? I don't think I can help here. |
hey @kevintresuelo ive ran into the same issue, do you by any chance remember how you fixxed it? |
Best bet is probably to specify the href attribute |
i just made it so that clicking the Sort redirects to the first page of the Table. Solved one of the Problems. (Who would want to sort midways anyway) thanks for the Suggestion @Healyhatman |
How? could you post the solution as an example? ... Thanks |
Got same issue, if anyone found a solution please give us a feedback :) |
Hi! I've ran into an issue when
@sortablelink()
is placed inside a livewire component. When livewire updates its components, the link of the sortable also changes, which is replaced by some sort of fingerprint. Following code produces the error:livewire table, using Livewire/WithPagination:
When the page first loads, the URL of the heading points to
but after switching pages using Livewire's pagination, it now points to
The text was updated successfully, but these errors were encountered: