Use renderer to display a button
Problem:
<zg-column index="name" type="button" renderer="renderButton"></zg-column>
As you can see in the code snippet above, I added a renderer to the column but it's still not working as expected.
Solution:
Usually users running into this problem usually mess up in the way they define their column renderer function in JavaScript. Please use this guide for reference. This demo is working as expected. Please use it for reference.