mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
28 lines
442 B
ReStructuredText
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
|