I am working in Slate and my Table widget is not binding data, even though my function returns a static array and my widget configuration matches documentation. I have tried publishing the function, rebinding the widget, refreshing the browser, checking permissions, and creating a new Slate document. The resource RID is ri.slate.main.document.fd2a50a2-166c-46f6-8188-93b5652058e1. There are no error messages. Can anyone help diagnose this issue?
Hey there, mind sharing more information about your set up? Maybe a screenshot which doesn’t include any sensitive data?
Here is a basic example of a table widget when you first create it.
And here is a table with the same data being returned from a function and using a handlebar to set the data property on the table.
You need to ensure the format for the data is an object where the key is the column name.

