High-Performance UI Component Library for Enterprise Applications › Forums › Table › I’m reviewing: Table and got confused. Any help? This topic has 1 reply, 2 voices, and was last updated 1 month ago by admin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 10, 2026 at 10:39 am #113451 linda05Participant How do I bind data to the Smart Table in web app? April 17, 2026 at 7:24 am #113476 adminKeymaster Hi, You need to set the dataSource property. const table = document.getElementById('table'); table.columns = [ { label: 'Name', dataField: 'name' }, { label: 'Age', dataField: 'age' } ]; table.dataSource = [ { name: 'John', age: 30 }, { name: 'Anna', age: 25 } ]; 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