Files
iTop/.doc/UI/source/manual/Component/DataTable/DataTableFooter.rst
2022-11-10 10:35:13 +01:00

28 lines
442 B
ReStructuredText

.. Copyright (C) 2010-2021 Combodo SARL
.. http://opensource.org/licenses/AGPL-3.0
The columns (*aColumns*) have the following format:
::
[
'nameField1' => ['label' => labelField1, 'description' => descriptionField1],
...
]
The data (*aData*) format has to be:
::
[
['nameField1' => valueField1, 'nameField2' => valueField2, ...],
...
]
----
Examples
--------
No examples provided yet