Hi Christian DAquino
Thank you for reaching out to us. We have reviewed your requirement and created a sample demonstrating how to apply a header for the Kanban component.
<e-column headerText="To Do" keyField="Open" :template="'columnsTemplate'"> <template v-slot:columnsTemplate="{data}"> <div class="header-template-wrap"> <div :class="getClassName(data)"></div> <div class="header-text">{{data.headerText}}</div> </div> </template> </e-column>
|
You can check out the sample here:
Sample: 6hxcgkib (forked) - StackBlitz
For more details, you may also refer to the following demo:
Demo: Kanban · Header Template · Syncfusion Vue UI Components
Please let us know if you need any further assistance.
Regards,
Yohapuja S