Hi Jon,
Thanks for contacting Syncfusion.
We suspect that the reported issue will occur when we missed to define toolbar style references. To overcome this issue, we suggest you to add below code in style.css
Please refer the below code.
|
@import '../../../../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../../../../node_modules/@syncfusion/ej2-vue-grids/styles/material.css';
@import '../../../../node_modules/@syncfusion/ej2-vue-navigations/styles/material.css'; // for ExcelExport toolbar
@import '../../../../node_modules/@syncfusion/ej2-vue-inputs/styles/material.css'; // for Search input |
Please get back to us, if you need any further assistance.
Regards,
Thiyagu S