@d-healey ah crud. Yeah we did. Ok I fixed it. Thank You! Sorry for wasting just a little bit of your time. I'll make it up to you in enthusiasm! haha. Hope you're having a great day! 🙏
local listData = [];
for (x in data)
{
local obj = {
CheckButton: 0, // Here I can set the button state
Name: x.name
};
listData.push(obj);
}
viewport.setTableRowData(listData);