mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-588] Explicitly added task/process list model classes to docs (#4447)
* [ADF-588] Added short clarifications of where task/proc list props are defined * [ADF-588] Added short clarifications of where task/proc list props are defined * [ADF-588] Fixed links and merge glitches
This commit is contained in:
committed by
Eugenio Romano
parent
74738f1f8b
commit
dafda33740
@@ -90,7 +90,9 @@ renders details of any chosen instance.
|
||||
|
||||
### Setting the column schema
|
||||
|
||||
You can use an HTML-based schema declaration to set a column schema for the tasklist as shown below :
|
||||
You can configure the list to show any of the properties of the
|
||||
[`TaskDetailsModel`](../../../lib/process-services/task-list/models/task-details.model.ts)
|
||||
class. The example below shows how to set up the column schema from HTML:
|
||||
|
||||
```html
|
||||
<adf-tasklist ...>
|
||||
@@ -211,7 +213,7 @@ The Tasklist also supports pagination as shown in the example below:
|
||||
|
||||
See the [Data Table Adapter interface](../../core/interfaces/datatable-adapter.interface.md) page for full details of the interface and its standard
|
||||
implementation, [`ObjectDataTableAdapter`](../../../lib/core/datatable/data/object-datatable-adapter.ts). Below is an example of how you can set up the adapter for a
|
||||
typical tasklist.
|
||||
typical tasklist:
|
||||
|
||||
```json
|
||||
[
|
||||
|
Reference in New Issue
Block a user