documentation(EJ2-000): source update from ej2-grid-docs

This commit is contained in:
essentialjs2 2021-08-09 07:05:47 +00:00
Родитель c4673be0f9
Коммит f31cdfce6c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -133,7 +133,7 @@ grid.appendTo('#Grid');
We can render custom components in the group caption by using the [`groupSettings.captionTemplate`](../api/grid/column/#captionTemplate) property.
In the below demo, we have rendered the EJ 2 [`ButtonComponent`](../button/getting-started/) in the group caption.
In the below demo, we have rendered the EJ2 [`ButtonComponent`](../button/getting-started/) in the group caption.
{% tab template="grid/customComponent-captiontemplate", sourceFiles="index.ts,index.html",es5Template="template" %}