.. include:: /Includes.rst.txt
.. _fluidtypo3-flux-form-object-columnposition:
==========================
form.object.columnPosition
==========================
Section object - automatic colPos field
Provides a field to designate the "colPos" value of
a section object, which is automatically maintained
and guaranteed uniqueness when editing the backend
form. Adding this field inside ``
renders a field that's not user editable which contains
a unique colPos value for each section object.
The colPos field is then associated with the section
object _and will not change even if the section object
is moved up or down in the section_.
This property can then be used in ``
arguments if the grid columns are created by iterating
the section objects and creating a column for each.
Example
-------
Notes
-----
Please be aware that dynamic grid is NOT compatible
with the "static" option for `` - this
option must not be enabled; if it is, the grid will
not be rendered.
Arguments
=========
This ViewHelper has no arguments.