HI Michael,
Greetings from Syncfusion support.
Based on the query we suspect your requirement is to render a custom command button with only text content and not icon. If so, you can achieve it by setting the custom command button content as demonstrated in the below code snippet,
|
<e-column headerText='Manage Records' textAlign='Center' [commands]='commands'></e-column> |
|
public ngOnInit() {
this.commands = [{ buttonOption: { content: 'Benutzerdefiniert', cssClass: 'e-success' }}];
} |
We have prepared a sample based on this for your reference. You can find it below,
If we misunderstood your query or if you require any further assistance, then please get back to us.
Regards,
Sujith R