Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Gantt › Anyone with experience integrating: Gantt? This topic has 1 reply, 2 voices, and was last updated 1 week ago by alex.morris22. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 3, 2026 at 11:38 am #113369 natejacobsonParticipant Can I use slots or templates to render content inside Smart Gantt in JavaScript? February 23, 2026 at 1:55 pm #113386 alex.morris22Participant Hi, You can use the taskTemplate const gantt = document.querySelector(‘smart-gantt-chart’); gantt.taskTemplate = function (task) { return <div class=”custom-task”> ${task.label} <span>(${task.progress}%)</span> </div> `; };` Regards, Alex 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