column-sortable
column-sortable copied to clipboard
Package for handling column sorting in Laravel 5/6/7/8
I noticed the @sortablelink does not automaticly recognize you are on a URL with a **#hash** on it, for example https://www.mywebpage.com/pages/#tab1 @sortablelink will not append that hash into it's link...
Hi, i tried to sort by name column (datatype: json) with: ``` ->sortable('name->en') ``` The database query doesn't contain any `order by`.
Fixes #144 Updated Query String to override properly the given Get variables rather than ignoring them.
fixes https://github.com/Kyslik/column-sortable/pull/145
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...
Now Laravel 9 is out. Any possibility for supporting that? I can help with testing and/or debugging if needed.
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...
Hi, thanks for the package. I am using this package for sorting my expenses. I don't have a "total" column. Instead, I have the "price" and "quantity". Is there any...
Right now, I use a query to display data into a table, so I dont have a model for it. How can I use sortable in this case? $trainings =...