SortableGridField icon indicating copy to clipboard operation
SortableGridField copied to clipboard

Adds drag and drop functionality to Silverstripe's GridField

Results 9 SortableGridField issues
Sort by recently updated
recently updated
newest added

## Affected Version ``` undefinedoffset/sortablegridfield 2.0.x-dev fff3f08 ``` ## Description GridField has over 152 items, split across 11 pages. User is unable to drag items from page 11 through to...

type/bug
affects/v4
impact/medium

I'm using Silverstripe 4. I've created a DataObject that will call using ModelAdmin. I've tried your guide on how to implement it but I'm afraid it is not working https://github.com/UndefinedOffset/SortableGridField/blob/master/docs/ModelAdminExample.md...

need info
affects/v4

## Affected Version SS4 ## Description ![image](https://user-images.githubusercontent.com/167154/43051829-4ccd46e0-8e73-11e8-9b25-e5e80c80f708.png) There seems to be too much spacing here in places where things should be tight (e.g. too much spacing between headers and rows)...

type/enhancement
affects/v4
change/minor
effort/easy
impact/low

As a follow up to #103 we should re-work all of the scripting to use the new API for GridField rather than the deprecated jQuery based API.

type/enhancement
affects/v4
change/major

When using GridFieldEditableColumns (or any other component that adds form fields to a row) you cannot begin the drag of the row from the field only from the actual row.

type/bug
affects/v3
affects/v4
effort/medium
impact/medium

As ModelAdmin provides a hook "updateEditForm" it would be great, to add an extension to a module's ModelAdmin to get drag-and-drop sorting functionality easily. I normally use this gist in...

type/enhancement
affects/v3
affects/v4
change/minor

## Affected Version All versions of this module and SilverStripe ## Description This GridField component allows some pretty advanced functionality; namely, the ability to manually sort items regardless of the...

type/enhancement
affects/v4
change/minor
effort/medium

The use of disableSelection should be avoided, when using inline editting(https://github.com/symbiote/silverstripe-gridfieldextensions) the function prevents selecting text and textareafields. https://api.jqueryui.com/disableselection/ ![Schermafbeelding 2023-03-20 om 18 48 23](https://user-images.githubusercontent.com/23486112/226424559-f5265237-12a4-415e-a551-fee2b977cdbc.png) " Caveat emptor: .disableSelection() is...

type/enhancement
affects/v4
change/minor
effort/easy

## Affected Version ```json { "php": "^8.1", "silverstripe/recipe-plugin": "~2.0.0@stable", "silverstripe/vendor-plugin": "~2.0.0@stable", "silverstripe/recipe-cms": "~5.0.0@stable", "silverstripe/login-forms": "~5.0.0@stable", "silverstripe/display-logic": "^3.0", "undefinedoffset/sortablegridfield": "^2.2" } ``` ## Description A wrong query is issued to the...

type/userhelp
affects/v5