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.
+