Commit Graph

16 Commits

Author SHA1 Message Date
Maxime Rainville d5d438c5cc
Merge pull request #334 from josephlewisnz/feature/republish-live-records-3
Feature/republish live records 3
2022-11-18 15:38:05 +13:00
Guy Sartorelli ec93c994f8
NEW Extend new AbstractGridFieldComponent class (#332)
This makes this module's `GridFieldComponent` classes `Injectable`, and allows any future enhancements in the new abstract class to automatically apply without requiring additional changes in this module.

The class is introduced in silverstripe/framework 4.11.0 so the dependency constraint needs to be updated.

Also update docs to encourage use of dependency injection.
2022-03-04 10:12:24 +13:00
josephlewisnz 8e77095de0 updated to create syntax 2022-02-17 13:10:44 +13:00
josephlewisnz 07c97e45b2 Added the ability to autopublish items that are already live 2022-02-17 12:53:13 +13:00
chromos33 d6357ec187
Update index.md
Updated doc to use "::class" instead of Literals to reflect SS4 changes
2020-12-23 11:26:38 +01:00
Christopher Darling d5960b5efb
DOCS fix removeComponentsByType example
missing namespace
2017-11-06 12:06:00 +00:00
Robbie Averill 719b906460 DOCS Add use examples for GridFieldConfigurablePaginator 2017-08-23 14:07:42 +12:00
Jake Bentvelzen 3428a8b670 fix(Documentation): Updated to show third case of needing a custom title and a callback 2016-04-16 12:59:35 +10:00
Marcus 450d6a3b2b DOC Clarify usage of GridFieldOrderableRows
... when used with unsaved data objects.
2015-12-21 10:39:44 +11:00
neugartf 446de3a299 Update index.md 2014-11-21 19:17:10 +01:00
Andrew Short 796bd0ad68 Add a sorting on before write example.
Closes #44
2014-02-14 09:34:13 +11:00
Andrew Short b4d6b61ef7 Fix typo in documentation (closes #19, thanks MattyBalaam) 2013-07-11 12:45:22 +10:00
ajshort ddb66a9919 Add a basic column header component. Closes #7. 2013-02-24 11:09:14 +11:00
Zauberfisch c9cd586544 MINOR: better Config for inline editable grid
The docs should only provide such a basic, fully working example
2013-02-12 07:40:19 +00:00
ajshort 82cde164e9 Support inline editing of many many extra fields. 2013-02-10 16:59:06 +11:00
ajshort 90ada9871e Add usage documentation. Closes #3. 2013-02-09 16:01:26 +11:00