Please give me solution for include button in the table. thanks

Were you able to do it?

Hackish approach: You need value, which you will render as a link in customized Column style + you will use CSS to style “button”:

For example, “url”:

#" style="font-weight: bold; color: white; background-color: #4CAF50;padding: 8px 16px 8px 16px;text-decoration: none;" onclick="jsfunction(<params>); return false;

And result:
image

1 Like