- default_order
A comma-separated list of fields names that overrides the ordering defined on the model through the
_order
attribute.To inverse the sorting order of a field, postfix it with
desc
, separated by a space.Example
<tree default_order="sequence,name desc"> ... </tree>
- Requirement
Optional
- Type
- Default
''