Kanban Tooltip

Hi,

Can I please have an example of a Kanban using Vue 3, and with: Tooltip Template, Card Template, and Header Template.

It seems that the tool tip won't render when all three custom templates are enabled.



1 Reply

GD Gokulraj Devarajan Syncfusion Team September 19, 2023 01:40 AM UTC

Hi Christan,

We have made a sample demonstrating your requirements for a Card, Tooltip, Swimlane and Column Header template. We suspect the issue occurred due to `headerField` missing is not assigned as a unique id. Please find the code snippet and sample for your reference.


Code Snippet:

App.Vue

        cardSettings: {
          template: "cardTemplate",
          selectionType: "Multiple",
          headerField: "Id"
        },



Attachment: ej2vuekanbantemplate_b11364e1.zip

Loader.
Up arrow icon