We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1be5c6 commit eab67e2Copy full SHA for eab67e2
docs/en/gridfield-orderable.md
@@ -5,7 +5,11 @@
5
6
## Considerations & Warnings
7
8
-If you are using `symbiote/silverstripe-gridfieldextensions` and the `GridFieldOrderableRows` component:
+If you are using `symbiote/silverstripe-gridfieldextensions` version `3.5.0` or newer, then you have nothing to worry
9
+about. Full support for all types of `DataObjects` is available.
10
+
11
+If you are using a `symbiote/silverstripe-gridfieldextensions` version lower than `3.5.0`, and you're using the
12
+`GridFieldOrderableRows` component:
13
14
* `GridFieldOrderableRows` will have out of the box support for KFC for `Versioned` DataObjects, as it already uses the
15
ORM and the `write()` method to save sort orders.
0 commit comments