Enterprise Data Grid & UI Components for Angular, React & Blazor › Forums › Table › Having logic problems while working on: Table. This topic has 1 reply, 2 voices, and was last updated 3 days, 9 hours ago by admin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 7, 2026 at 7:55 am #113442 alex.morris22Participant Can I use Smart Table with a REST API in web app? How to integrate with HttpClient? April 17, 2026 at 6:45 am #113474 adminKeymaster Hi, Yes, it is possible. For example: const table = document.querySelector('smart-table'); fetch('https://api.example.com/users') .then(res => res.json()) .then(data => { table.dataSource = data; }); 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