---
Added: v2.3.0
Status: Active
Last reviewed: 2018-03-23
---
# Permission List Component
Shows node permissions as a table.

## Basic Usage
```html
```
If permissions list is empty, `No permissions` text is displayed,
or custom template can be added:
```html
Custom no permission template!
```
## Class members
### Properties
| Name | Type | Default value | Description |
| -- | -- | -- | -- |
| nodeId | `string` | "" | |
### Events
| Name | Type | Description |
| -- | -- | -- |
| update | `EventEmitter` | |
## Details
This component uses a [Datatable component](../core/datatable.component.md) to show the
permissions retrieved from the [Node service](../core/node.service.md).
For the locallyset permissions a role dropdown will be showed allowing the user to change it.
When user select a new value, the permission role is automatically updated and the `update` event is thrown.