High-Performance UI Component Library for Enterprise Applications › Forums › Kanban › I’m exploring: Kanban and could use some advice. This topic has 1 reply, 2 voices, and was last updated 3 weeks, 1 day ago by admin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 20, 2026 at 7:56 am #113484 alex.morris22Participant Can I use Smart Kanban with a REST API in JavaScript? What are the typical integration steps? April 28, 2026 at 2:25 pm #113543 adminKeymaster Hi, It’s possible, you can try something like this: async function loadTasks() { const res = await fetch('/api/tasks'); const tasks = await res.json(); kanban.dataSource = tasks; } Regards, Markov 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