mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2451] Reviewed component docs and fixed package.json (#3118)
* [ADF-2451] Reviewed component docs and fixed package.json issues * [ADF-2451] Fixed permission list brief desc and rebuilt indexes * [ADF-2451] Fixed incorrect filename for inherited button directive docs
This commit is contained in:
committed by
Eugenio Romano
parent
396d9104ee
commit
838842caac
@@ -1,11 +1,13 @@
|
||||
---
|
||||
Added: v2.3.0
|
||||
Status: Active
|
||||
Last reviewed: 2018-03-12
|
||||
Last reviewed: 2018-03-23
|
||||
---
|
||||
|
||||
# Permission List Component
|
||||
|
||||
Shows node permissions as a table.
|
||||
|
||||

|
||||
|
||||
## Basic Usage
|
||||
@@ -19,8 +21,9 @@ Last reviewed: 2018-03-12
|
||||
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | ------------- | ----------- |
|
||||
| nodeId | `string` | `null` | node id which we want to show the permissions |
|
||||
| nodeId | `string` | `null` | ID of the node whose permissions you want to show. |
|
||||
|
||||
## Details
|
||||
|
||||
This component use the `datatable` to show the permission retrieved from the node service.
|
||||
This component uses a [Datatable component](../core/datatable.component.md) to show the
|
||||
permissions retrieved from the [Node service](../core/node.service.md).
|
Reference in New Issue
Block a user