PHPackages                             open-admin-ext/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. [Admin Panels](/categories/admin)
4. /
5. open-admin-ext/grid-sortable

ActiveLibrary[Admin Panels](/categories/admin)

open-admin-ext/grid-sortable
============================

Sort the grid data by drag and drop rows

v1.0.0(4y ago)42.6k↓50%3[1 PRs](https://github.com/open-admin-org/grid-sortable/pulls)MITPHPPHP &gt;=7.3.0

Since Sep 8Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/open-admin-org/grid-sortable)[ Packagist](https://packagist.org/packages/open-admin-ext/grid-sortable)[ Docs](https://github.com/open-admin-org/grid-sortable)[ RSS](/packages/open-admin-ext-grid-sortable/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Open-Admin - grid-sortable
==========================

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

This extension 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)

[![grid-sortable](https://user-images.githubusercontent.com/86517067/132530216-926934b2-754a-4ec6-9f29-67523aedaf67.gif)](https://user-images.githubusercontent.com/86517067/132530216-926934b2-754a-4ec6-9f29-67523aedaf67.gif)

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

[](#installation)

```
composer require open-admin-ext/grid-sortable
```

Usage
-----

[](#usage)

Define your model

```
