nova-sortable
nova-sortable copied to clipboard
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
Dragging an item downward one (or multiple places) will leave a duplicated row in hasMany relationships table. The position order updates to the correct values and after a refresh items...
I noticed this bugs when reordering the sortable implementation with a hasMany. Sometimes when I drag an item to be reordered, the data will update properly but the shown order...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
I get an error when creating a new entry using Nova 3.29. `General error: 1364 Field 'sort_order' doesn't have a default value` Model: ``` public $sortable = [ 'order_column_name' =>...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
We have filtered resource that we want to order (featured posts). Our idea was to create a lens for the featured posts (`$query->where('featured', true)`), and enable sorting on the lens...
Very basic install nothing additional. When clicking sort column and then reordering it works, however if you sort and then refresh it says its disabled. Latest install of Laravel +...
The first issue is that when used with Octane, "move_to_start" and "move_to_end" cannot function correctly, but it works properly when started using "php artisan serve. The second issue is that...
Hi there, We love the sortable feature but don't need move to top/bottom buttons. Would it be possible to remove them? I can craft a PR if needed Thanks alot