silverstripe-gridfieldexten.../code
Pieter Hollants 79972af8a2 GridFieldOrderableRows: Support extra sort fields
This change allows for the specification of extra sort fields that are to be
applied before the user-defined sort field's order. This is useful in
scenarios where a GridField is used with one or more "fixed" columns which
eg. categorize the entries and whose order is important but the user should
still be allowed to modify the order within a category.

This change affects the PHP code only, therefore the Javascript code will
still let the user drag rows into foreign "categories". However, after
dropping it the GridField will reload and the extra sort order will be
enforced again.
2015-01-18 20:05:41 +01:00
..
GridFieldAddExistingSearchButton.php Add allowed actions definitions 2013-07-11 12:40:13 +10:00
GridFieldAddExistingSearchHandler.php Add allowed actions definitions 2013-07-11 12:40:13 +10:00
GridFieldAddNewInlineButton.php Ensure extra field values are correctly casted. 2014-02-26 14:02:07 +11:00
GridFieldAddNewMultiClass.php allow specification of GridFieldAddNewMultiClass handler through 2014-12-06 17:04:29 -05:00
GridFieldAddNewMultiClassHandler.php Add GridFieldAddNewMultiClass component. 2013-02-02 14:14:59 +11:00
GridFieldEditableColumns.php Include requirements for fields 2014-12-28 10:03:04 +00:00
GridFieldExtensions.php Fix - Support for module to be named other than "gridfieldextensions" 2013-07-08 13:03:18 +12:00
GridFieldOrderableRows.php GridFieldOrderableRows: Support extra sort fields 2015-01-18 20:05:41 +01:00
GridFieldRequestHandler.php Add allowed actions definitions 2013-07-11 12:40:13 +10:00
GridFieldTitleHeader.php Add a basic column header component. Closes #7. 2013-02-24 11:09:14 +11:00