documentation updates (#1549)

* documentation updates

refs #1357
refs #400

* Update README.md
This commit is contained in:
Denys Vuika
2017-01-27 09:50:35 +00:00
committed by Mario Romano
parent 63a7585922
commit 9e00b1d4f1
2 changed files with 85 additions and 22 deletions

View File

@@ -375,6 +375,7 @@ interface DataColumn {
title?: string;
srTitle?: string;
cssClass?: string;
template?: TemplateRef<any>;
}
```