[ADF-2463] Moved doc files to subfolders (#3081)

This commit is contained in:
Andy Stark
2018-03-15 15:41:09 +00:00
committed by Eugenio Romano
parent c27273cb7d
commit e33cb06371
49 changed files with 131 additions and 131 deletions

View File

@@ -105,9 +105,9 @@ Every cell in the DataTable component is bound to the dynamic data context conta
| Name | Type | Description |
| ---- | ---- | ----------- |
| data | [DataTableAdapter](../datatable-adapter.interface.md) | Data adapter instance. |
| row | [DataRow](../datatable-adapter.interface.md) | Current data row instance. |
| col | [DataColumn](../datatable-adapter.interface.md) | Current data column instance. |
| data | [DataTableAdapter](datatable-adapter.interface.md) | Data adapter instance. |
| row | [DataRow](datatable-adapter.interface.md) | Current data row instance. |
| col | [DataColumn](datatable-adapter.interface.md) | Current data column instance. |
You can use all three properties to gain full access to underlying data from within your custom templates.
In order to wire HTML templates with the data context you will need defining a variable that is bound to `$implicit` like shown below:
@@ -277,6 +277,6 @@ Now you can declare columns and assign `desktop-only` class where needed:
## See also
- [Document list component](../content-services/document-list.component.md)
- [Datatable component](../datatable.component.md)
- [Task list component](../task-list.component.md)
- [Datatable component](datatable.component.md)
- [Task list component](../process-services/task-list.component.md)
<!-- seealso end -->