#113472
admin
Keymaster

Hi,

Smart.Kanban uses templates, not standard <slot> elements.

You can define custom rendering via the template property (or column/task templates), which gives you full control over how cards look.

Example: Custom card template

kanban.taskTemplate = function (task) {
  return 

${task.text}

Owner: ${task.userId || ‘Unassigned’}

Priority: ${task.priority || ‘Normal’}

`;
};`

Best regards,
Markov

Smart UI Team
https://www.htmlelements.com/