I have a simple example where I'm trying to us the template feature in the ColumnDirective component.
https://stackblitz.com/edit/syncfusion-grid-edit-roxpdf?file=index.js
This grid loads very quickly without the template={template} added to the last four directives. It gets noticeably slower with each column that has the template added.
How can I use the template feature and still retain the loading speed?