PHPackages                             klein-s/grid-sortable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. klein-s/grid-sortable

ActiveLibrary

klein-s/grid-sortable
=====================

Drag and drop sorting of grid rows for Dcat-Admin 2.0

024PHP

Since Apr 29Pushed 2y agoCompare

[ Source](https://github.com/Klein-s/grid-sortable)[ Packagist](https://packagist.org/packages/klein-s/grid-sortable)[ RSS](/packages/klein-s-grid-sortable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

DCAT-ADMIN GRID-SORTABLE
========================

[](#dcat-admin-grid-sortable)

This plugin can help you sort by dragging the rows of the data list. The front end is based on [SortableJS](https://github.com/SortableJS/Sortable), and the back end is based on [eloquent-sortable](https://github.com/spatie/eloquent-sortable).

[![sortable](https://raw.githubusercontent.com/jqhph/dcat-admin-grid-sortable/docs/img/grid-sortable.png)](https://raw.githubusercontent.com/jqhph/dcat-admin-grid-sortable/docs/img/grid-sortable.png)

Installation
------------

[](#installation)

```
composer require klein-s/grid-sortable
```

Then open `http://yourhost/admin/helpers/extensions` and click `Enable` and `Import` in turn.

Use
---

[](#use)

Modify the model

```
