Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 12.4] [BUGFIX] Correct indentation for toctree in Select/Tree #832

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Documentation/ColumnsConfig/Type/Select/Tree/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ with database tables that have a hierarchical structure. The properties :ref:`tr
<columns-select-properties-treeconfig>` and
:ref:`foreign_table <columns-select-properties-foreign-table>` are mandatory and must be provided to establish the
connection to the relevant database table. Optionally, you can also use
:ref:`items <columns-select-properties-items>` or :ref:`itemsProcFunc
:ref:`items <columns-select-properties-items>` or :ref:`itemsProcFunc
<tca_property_itemsProcFunc>` to pass the values, but these are not
sufficient on their own. The top-level item in the tree will always represent
the descriptive name of the table.

Regarding joining several tables, the :php:`selectTree` render type can handle multiple
tables through the configuration options.
tables through the configuration options.

.. include:: /Images/Rst/SelectTree1.rst.txt


.. toctree::
.. toctree::
:titlesonly:

Examples
Properties
Examples
Properties
Loading