I am using devextreme latest version (23.1) i am trying to create custom template for my tabs. here is how i am trying to create it but it does not show the title. i have reviewed the documentation but found nothing that chould solve this problem. tab panel does not show the title.
<dx-tab-panel>
<dxi-item titleTemplate="firstItemTitleTemplate">
Item content
</dxi-item>
<div *dxTemplate="let data of 'firstItemTitleTemplate'">
<b>First item title</b>
</div>
</dx-tab-panel>
Use the
template
and thetabTemplate
property.Alternative:
Use the template properties globally for the tab panel:
itemTemplate
anditemTitleTemplate