Adding Headers to a Table in LabVIEW

Updated Aug 25, 2025

Reported In

Software

  • LabVIEW

Issue Details

I'm using a table in my LabVIEW application and I would like to add headers to it. How can I do this?

Solution

To add column or row headers to a table in LabVIEW you can use the Column Header Strings[] or Row Header Strings[] property. You must pass an array with the names of the headers as an input into this property node.

To make the headers visible:

  • You can select the table on the front panel and from the shortcut menu select Properties.
  • On the Appearance page from the Properties dialog box, check the options Show column headers and/or Show row headers

 

Additional Information

You can also use the following properties to make the headers visible: