.. include:: /Includes.rst.txt .. _columns-inline-properties-symmetric-sortby: ================= symmetric\_sortby ================= .. confval:: symmetric_sortby :name: inline-symmetric-sortby :Path: $GLOBALS['TCA'][$table]['columns'][$field]['config'] :type: string :Scope: Display / Proc. This works like :ref:`foreign_sortby `, but in case of using bidirectional symmetric relations. Each side of a symmetric relation could have its own sorting, so :code:`symmetric_sortby` defines a field on the :ref:`foreign_table ` where the sorting of the "other" side is stored. This property requires that the :ref:`foreign_field ` approach is used.