From 2b6275a0b43805714dd1931e60e083e0018183c3 Mon Sep 17 00:00:00 2001 From: Yuriy Berg Date: Fri, 20 Jul 2018 17:57:50 +0300 Subject: [PATCH] Added docs: how to use renderer with angular --- tutorials/tutorials.json | 3 + .../wrapper-for-angular-use-renderer.html | 177 ++++++++++++++++++ 2 files changed, 180 insertions(+) create mode 100644 tutorials/wrapper-for-angular-use-renderer.html diff --git a/tutorials/tutorials.json b/tutorials/tutorials.json index b45555e..56f754a 100644 --- a/tutorials/tutorials.json +++ b/tutorials/tutorials.json @@ -272,6 +272,9 @@ }, "wrapper-for-angular-examples": { "title": "Examples" + }, + "wrapper-for-angular-use-renderer": { + "title": "Use renderer" } } }, diff --git a/tutorials/wrapper-for-angular-use-renderer.html b/tutorials/wrapper-for-angular-use-renderer.html new file mode 100644 index 0000000..8ad5a64 --- /dev/null +++ b/tutorials/wrapper-for-angular-use-renderer.html @@ -0,0 +1,177 @@ +
+
+ +

Table cells can be set up with renderer method. Renderers helps you customize data in cells

+ +

There is simple renderer method which get data from current row, and customizing cell name

+ +
+ +
+ + +
+
+ +
+ + +

If table set up with hot-column there is another way for create renderer as a method.

+ +

The result will be the same as above.

+
+ +
+
+ +
+ +
+ +
+

+ Help us improve this page +

+
+ + + + + + + + + + +