mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4008] Add available columns to Process List Cloud documentation (#4309)
This commit is contained in:
committed by
Eugenio Romano
parent
988f51f127
commit
b60e97bc86
@@ -78,7 +78,7 @@ You can define a custom schema for the list in the `app.config.json` file and ac
|
|||||||
`presetColumn` property as shown below:
|
`presetColumn` property as shown below:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"adf-cloud-process-list": {
|
"`adf-cloud-process-list`": {
|
||||||
"presets": {
|
"presets": {
|
||||||
"customSchema": [
|
"customSchema": [
|
||||||
{
|
{
|
||||||
@@ -144,6 +144,9 @@ information defined in `app.config.json` as in the example below:
|
|||||||
</adf-cloud-process-list>
|
</adf-cloud-process-list>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
These are all the available columns that can be displayed in this component:
|
||||||
|
**_appName_**, **_businessKey_**, **_description_**, **_id_**, **_initiator_**, **_lastModified_**, **_processName_**, **_parentId_**, **_processDefinitionId_**, **_processDefinitionKey_**, **_startDate_** and **_status_**.
|
||||||
|
|
||||||
### Setting Sorting Order for the list
|
### Setting Sorting Order for the list
|
||||||
|
|
||||||
You can specify a sorting order as shown in the example below:
|
You can specify a sorting order as shown in the example below:
|
||||||
|
Reference in New Issue
Block a user