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.
Possible values are: - assignee : where the current user is the assignee
- candidate: where the current user is a task candidate
- group_x: where the task is assigned to a group where the current user is a member of.
- no value: where the current user is involved
|
-|`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. Possible values are: - assignee : where the current user is the assignee
- candidate: where the current user is a task candidate
- group_x: where the task is assigned to a group where the current user is a member of.
- no value: where the current user is involved
|
+|`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: