PHPackages                             laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravel-open-admin-ext/grid-sortable

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

Sort the grid data by drag and drop rows

v1.6(4mo ago)0140MITPHPPHP &gt;=8.3

Since Mar 29Pushed 4mo ago1 watchersCompare

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

READMEChangelog (7)Dependencies (3)Versions (8)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

```
