[ADF-#2983] Renamed interface files and fixed links (#2988)

* [ADF-#2983] Renamed interface files

* [ADF-#2983] Fixed links to changed filenames
This commit is contained in:
Andy Stark
2018-02-23 15:48:43 +00:00
committed by Eugenio Romano
parent f7cfccc7d9
commit 69fd016d32
11 changed files with 17 additions and 19 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](DataTableAdapter.md) | Data adapter instance. |
| row | [DataRow](DataTableAdapter.md) | Current data row instance. |
| col | [DataColumn](DataTableAdapter.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: