I created a table for displaying data and modified some property nodes. A couple of questions that i can't quite get right though.
1. Is there a way to get the columns to adjust to the data width to display all the data. Maybe some way to wrap the data underneath and expand the row width or just to expand the column width to fit the data. Wrapping would be ideal but the later is sufficient.
2. Make the column headers in bolded text.
3. Add some sort of cursors that would be abe to move up and down the rows of the table. for example i have a "Sample number" column that just increments by 1 and if i wanted to know the difference between two samples i would be able to move the cursors and get the difference between them.
4. is there a way to highlight a particular value if it matches an exact value that i am looking for.
Attached is a vi that creates a table.