Hi Giorgio,
Thanks for contacting Syncfusion support.
You can reduce the space between the column name and the filter icon by overriding the “margin-right” property of filter icon element. Please refer to the below code example, for more information.
[style]
.e-grid .e-filtermenudiv {
margin-right: 100px; // you can set the value as per your requirement
}
|
Please get back to us if you need any further assistance on this.
Regards,
Pavithra S.