High-Performance UI Component Library for Enterprise Applications › Forums › Table › Having logic problems while working on: Table. › Reply To: Having logic problems while working on: Table.
April 17, 2026 at 6:45 am
#113474
Keymaster
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/