is there a way not to display a text on button like shown below. We want to have icon only button to save space. Thanks in advance.
If you add a whitespace into your text
property in rowAction
you can see the icon only. Otherwise by default datatable append an Action
text.
columnDefs: [
{
rowAction: {
text: ' ', //add a white space
//...