Hi Mantas,
Thanks for contacting Syncfusion support.
Query: Iam trying to add column template and I cant make it to work.Can you help me?
We checked the reported problem “str.match is not a function” occurs only if duplicate packages are installed in ‘@syncfusion’ folder of ‘node_modules’ in your application. To resolve the reported issue, we suggest you follow the below steps.
- Delete package.lock.json file from your application.
- Remove the @syncfusion package folder from the node_modules.
- Use same version or “*”(Installs the latest packages) for all Syncfusion components in package.json file.
- Then install the NPM packages.
Note: You have also mentioned that you want to prepare sample with column template. So, we have prepared sample and in that sample we have used the column template feature. For your convenience we have attached the sample, so please refer them for your reference.
Please get back to us if you need further assistance.
Regards,
Ajith G.