Hi Team,
I am using ejs-grids where I am facing an issues. Here want to show title for few dynamically loaded columns.
I am able to add title attribute to custom-template. But, unable to add title to column which doesn't have custom-template
<e-column
field="CustomerName"
:headerText="$t('deliveryorders.outletnameaddr')"
:template="customerNameAddress"
:customAttributes="customAttributes"
textAlign="left"
width="120"
minWidth="120"
maxWidth="180"
></e-column>
<e-column
field="RouteName"
:headerText="$t('deliveryorders.RouteName')"
textAlign="left"
:template="routeNameTempate"
:customAttributes="customAttributes"
:filter="filterOptions"
width="80"
minWidth="80"
maxWidth="150"
></e-column>
Thanks & Regards,
Sandeep G