Download the PHP package webakula-admin-ext/grid-sortable without Composer
On this page you can find all versions of the php package webakula-admin-ext/grid-sortable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webakula-admin-ext/grid-sortable
More information about webakula-admin-ext/grid-sortable
Files in webakula-admin-ext/grid-sortable
Package grid-sortable
Short Description Sort the grid data by drag and drop rows
License MIT
Homepage https://github.com/webakula/grid-sortable
Informations about the package grid-sortable
laravel-admin grid-sortable
This extension can help you sort by dragging the rows of the data list, the front end is based on jQueryUI sortable, and the back end is based on eloquent-sortable
这个插件可以帮助你通过拖动数据列表的行来进行排序,前端基于jQueryUI sortable, 后端基于eloquent-sortable
Installation
Publish asserts
Usage
Define your model
Use in grid
This will add a column to the grid. After dragging one row, a Save order
button will appear at the top of the grid. Click to save order.
Translation
The default text for the button is Save order
. If you use an other language, such as Simplified Chinese, you can add a translation to the resources/lang/zh-CN.json
file.
Donate
Help keeping the project development going, by donating a little. Thanks in advance.
License
Licensed under The MIT License (MIT).
All versions of grid-sortable with dependencies
encore/laravel-admin Version >=1.7.2
spatie/eloquent-sortable Version *