Header Template with webix grid!!!

I am using webix grid and want header with Header text and 3 image button where each image button will fire it’s own logic where only the header name will give me sorting and not click on the image button. require kind of example like this.
More Specifically can I add template property inside header or any better way of doing this than this. { id:“col4”, header:“Link”}

Hello,

Check the snippet that demonstrates how this can be implemented with HTML buttons in the header. http://webix.com/snippet/2621d50c

This example is the standard way of doing task then I am on right track! Thanks!