Commit Graph

13 Commits

Author SHA1 Message Date
Marcus 990630107d Merge pull request #87 from mi3ll/fix-apply_to_current_gridfield_only
Add Inline now only affects the current grid field, not nested or outer gridfields
2015-07-27 19:47:04 +10:00
Mellisa Hankins c19ace1be5 GridField - Add Inline now only affects the current grid field, not nested or outer grid fields. 2015-03-04 11:00:48 +11:00
Mellisa Hankins a3c549d0b0 Added curly brackets 2015-03-04 10:42:43 +11:00
Mellisa Hankins fe63b4a187 FIX: Don't try to remove sortable if it doesn't exist in the first place 2015-03-04 10:40:53 +11:00
Andrew Short 9abd92bd7f Use properly constructed links in the add new multi class components.
This means that the component now works with URLs which include
parameters, such as when translatable is being used. Closes #30.
2013-10-09 20:34:47 +11:00
Andrew Short 82bb0524b3 Avoid manually constructing URLs.
This means that URLs with query parameters are no longer incorrectly
created.

Closes #6, #23, #27.
2013-10-08 09:30:59 +11:00
Andrew Short dc16c34d6e Trigger inline adding with a custom event 2013-06-25 20:16:54 +10:00
ajshort 585b03719f Persist new rows in between grid reloads. Closes #5. 2013-02-12 20:22:05 +11:00
ajshort 692453bf9b Implement inline creation of records.
* Builds on the editable cols component with GridFieldAddNewInlineButton.
* Closes #2.
2013-02-09 02:19:30 +11:00
ajshort f62493ffa9 Add inline GridFieldEditableColumns component. 2013-02-07 22:31:12 +11:00
ajshort d7a9d470f9 Add GridFieldAddNewMultiClass component.
This component allows the user to select from a list of classes when creating a new record.
2013-02-02 14:14:59 +11:00
Andrew Short e41f2fdacf Implemented a drag-and-drop orderable rows component. 2012-12-30 16:12:06 +11:00
Andrew Short a8c586dfc0 Implement the add existing search button. 2012-12-23 22:37:59 +11:00