LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
ChrisReed

One Column Table Control

Status: New

I would like to have the option to turn a standard 2D Table Control into a 1D Table with just one column and a 1D Array output.

 

Untitled - 10.png

The reason for this is because Tables are very user friendly when it comes to adding/editing items at runtime, but sometimes we only have one column of data.  The Listbox control does have a 1D output (using ItemNames), but it needs extra coding to handle runtime additions/editing and even then it's still not as user friendly compared to the Table.

2 Comments
manu.NET
Active Participant
Hello, Or perhaps the 2D Table could be modified in order to be abble to define the required column number ? Manu.
Manu.net
ChrisReed
Member
Yes that's a good idea as long as if you select just one column the output automatically changes from a 2D array to a 1D array.