06-30-2022 07:14 AM
Hello,
how can I insert 1D array of Strings in the first free row of a table programmatically? Alternatively, how can I insert a single element at a specific place in the table?
06-30-2022 03:37 PM - edited 06-30-2022 03:38 PM
Well a Table is really nothing more than a 2D String Array with a fancy front panel with a couple extra options...
So the any of the standard Array tools (like Insert into Array or Build Array) should work.
If you want to label the Column Headers there is a Property Node for that.
Just wire a String Array containing the headers you want to it.