diff --git a/ng2-components/ng2-activiti-tasklist/README.md b/ng2-components/ng2-activiti-tasklist/README.md index a0b588a6b2..aae994f3f8 100644 --- a/ng2-components/ng2-activiti-tasklist/README.md +++ b/ng2-components/ng2-activiti-tasklist/README.md @@ -210,16 +210,17 @@ Here's the list of available properties you can define for a Data Column definit ### Properties -| Name | Description | + +| Name | Type | Default | Description | | --- | --- | --- | --- | -|`appId`| { string } The id of the app. | -|`processDefinitionKey`| { string } The processDefinitionKey of the process. | -|`assignment`| { string } The assignment of the process. | -|`state`| { string } Define state of the processes. Possible values are: completed, active | +|`appId`| { string } || The id of the app. | +|`processDefinitionKey`| { string } || The processDefinitionKey of the process. | +|`assignment`| { string } || The assignment of the process. | +|`state`| { string } || Define state of the processes. Possible values are: completed, active | |`hasIcon` | boolean | true | Show/Hide the icon on the left . | -|`landingTaskId`| { string } Define which task id should be selected after the reloading. If the task id doesn't exist or nothing is passed it will select the first task | -|`sort`| { string } Define the sort of the processes. Possible values are : created-desc, created-asc, due-desc, due-asc | -| `data` | { DataTableAdapter } (optional) JSON object that represent the number and the type of the columns that you want show | +|`landingTaskId`| { string } | | Define which task id should be selected after the reloading. If the task id doesn't exist or nothing is passed it will select the first task | +|`sort`| { string } ||Define the sort of the processes. Possible values are : created-desc, created-asc, due-desc, due-asc | +| `data` | { DataTableAdapter }| (optional)|JSON object that represent the number and the type of the columns that you want show Example: