Hi,
On page
https://ej2.syncfusion.com/vue/documentation/grid/tool-bar/tool-bar-items/
You are adding a custom Toolbar item. I'm in the process of adding a Word Export command but was wondering how to either register the location of my icon or to possible to use a built in Word looking icon
Thanks
toolbar: [{ text: 'Expand All', tooltipText: 'Expand All', prefixIcon: 'e-expand', id: 'expandall' },{ text: 'Collapse All', tooltipText: 'collection All', prefixIcon: 'e-collapse', id: 'collapseall' , align:'Right'}],