I wonder is it possible to have a dynamic content inside a table? i.e. we need to show variable number of rows in a table (we don't know a limit in advance).
I've tried to create a dynamic array of structures using something like this:
and providing the table visualization with the 'foo' (into the "Data array" property). But the table shows only the first structure from the 'foo' memory.
How can I implement dynamic content in the table?
EDIT: May be it's possible to temporarily change type of the 'foo' variable so the table will "see" it as an array of structures?
Last edit: codesysnewbie 2023-06-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wonder is it possible to have a dynamic content inside a table? i.e. we need to show variable number of rows in a table (we don't know a limit in advance).
I've tried to create a dynamic array of structures using something like this:
and providing the table visualization with the 'foo' (into the "Data array" property). But the table shows only the first structure from the 'foo' memory.
How can I implement dynamic content in the table?
EDIT: May be it's possible to temporarily change type of the 'foo' variable so the table will "see" it as an array of structures?
Last edit: codesysnewbie 2023-06-14