Is there an easy way to detect a mouse click on a Labview table row or column header. I know it can be done through mouse coordinates but that seems like a painful way to do it. Thanks.
I had tried that before on a test vi but it did not work. The trick to make it work is to check "Editable Headers" when right clicking the table. If this attribute is not active the headers are not detected with a mouse click. Thanks for taking the time to respond.