SortableGridField
SortableGridField copied to clipboard
Adds drag and drop functionality to Silverstripe's GridField
## 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...
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...
## Affected Version SS4 ## Description  There seems to be too much spacing here in places where things should be tight (e.g. too much spacing between headers and rows)...
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.
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.
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...
## 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...
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/  " Caveat emptor: .disableSelection() is...
## 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...