06-07-2019 04:18 PM
I have implemented a MWE (minimal working example) that deletes row data based on mouse click event. But as you can see when you run the VI, the row gets deleted and rest of the rows shifts up thus the row headers don't match anymore. Therefore, how can I delete the row data along with its header to keep it clear.
Any ideas?
Solved! Go to Solution.
06-07-2019 04:40 PM
Well, you simply need to rewrite the headers. There are two possibilities:
It is not clear what you want, but here is a very simple rewrite for case (1). case 2 should be equally easy. Use the code before the while loop as template. 😉
06-07-2019 04:43 PM
06-07-2019 05:11 PM
You want the Row Header Strings property. VI attached.
06-07-2019 05:41 PM
@asukumari wrote:
I basically wanted to delete the entire row w/ headers based on user mouse click event. That is all.
Yes, my example will do exactly that.