grid-sortable icon indicating copy to clipboard operation
grid-sortable copied to clipboard

WIP

Results 10 grid-sortable issues
Sort by recently updated
recently updated
newest added

在laravel - admin v1.7.14 按照说明安装后没有任何效果

I put 'Save order' => "並び順を保存", in my lang/ja/admin.php file but still It's in English. How do I change it to Japanese? my lang/ja/admin.php file: ```

https://github.com/spatie/eloquent-sortable 该套件提供 buildSortQuery 进行分组排序, 但在此扩展失效, 请了解一下

#### What‘s New? 使用ID Selector替代了SaveOrderBtn中的Class Selector #### Why? 当需要在一个Form中添加多个Sortable Grid时, 由于之前使用Class Selector导致点击’Save Order‘后触发重复提交。现在使用Grid Name区分不同按钮,如果一个页面中只存在一个Sortable Grid则用法保持不变,存在多个Sortable Grid时通过$grid->setName('xxx');提供标识从而避免重复提交