Hello, how can I add a button in every cell of a column?
I tried to do this, but nothing is displayed on the screen. Thanks!
<e-column field='viewdetails' headerText='Vezi detalii' textAlign='Right' width=120>
<ng-template e-template let-data>
<div>
<button ejs-button class="btn btn-danger">X</button>
</div>
</ng-template>
</e-column>