Tables structures generated in Forge UI? Why was <Table> deprecated?

Is there a way to create tables in a forge UI <App> that can be embedded into a Page Properties macros?

In DataCenter you could generate <table>...</table> using user macros and put that inside page properties.

Looks like this is no longer working Table (atlassian.com)

How can one do that (generate simple tables by macro and put that inside page properties ) in the custom ui forge ecosystem?

I now see that it was deprecated but dynamic tables is probably not going to work I guess with page properties… I can try but wondering what the data will look like when printing and using this within other content macros.

*   The `Table` component has been replaced by [DynamicTable](https://developer.atlassian.com/platform/forge/ui-kit/components/dynamic-table/).
*   Individual `Head`, `Row`, and `Cell` components have been removed in favor of data being passed in via arrays and objects.
*   Major breaking changes have been made to provide a more powerful table with additional features.

After tying dynamic tables within a Page Properties macro, it does not appear to work that way.