jeschek/dragsort

This extension enables drag and drop sorting for records in the backend.

Installs: 250

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 2

Open Issues: 1

Type:bolt-extension

1.0.5 2022-04-07 09:28 UTC

This package is auto-updated.

Last update: 2024-05-07 14:19:47 UTC


README

Author: Philipp Jeschek

This extension enables drag and drop sorting for records in the backend of Bolt 5.

Installation:

composer require jeschek/dragsort

To enable drag and drop sorting add the following field to your content type:

sort:
    type: number
    mode: integer
    default: 10

There are some issues when trying to sort the records in the backend using

order: sort

To bypass that the addon changes the creation date to be able to sort by that property. If you use the creation date please create a full database backup before using this addon.

order: createdAt