Enterprise Data Grid & UI Components for Angular, React & Blazor › Forums › Kanban › Can anyone recommend tools for debugging: Kanban? This topic has 1 reply, 2 voices, and was last updated 3 days, 8 hours ago by admin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 8, 2026 at 10:38 am #113446 michaelsandersParticipant Can I use slots or templates to render content inside Smart Kanban? April 17, 2026 at 6:44 am #113472 adminKeymaster 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/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In