Hey,
I run the zengine-frontend-plugin-react and read code of index.js. the way it shows data is just put a json string inside a <pre> tag.
{show && <pre>{JSON.stringify(context, null, 2)}</pre>}
May I know if there is any example code to use a FOR loop to display form id, form name inside a table to list all from in a workspace?
Thanks.
Allen