取消
显示结果 
搜索替代 
您的意思是: 

Hide table columns

I've a little question:
I've a table and I wanto to hide some columns.For example if my table has 10
columns, i want to see column number 1,3,5,7,9.
Can I do this by a property or invoke node?
thank.you very much.

roby.
0 项奖励
1 条消息(共 4 条)
4,252 次查看
I don't think that you can hide a column (as you can do in Excel for instance), but you could read the table, delete the colums that you don't want to display (starting with the highest index number !), and display the table again...
Chilly Charly    (aka CC)
0 项奖励
2 条消息(共 4 条)
4,252 次查看
I don't think that you can hide a column (as you can do in Excel for instance), but you could read the table, delete the colums that you don't want to display (starting with the highest index number !), and display the table again...
Chilly Charly    (aka CC)
0 项奖励
3 条消息(共 4 条)
4,252 次查看
The attached jpg illustrates a technique of adjusting column widths.

FYI

Table indexes work as expected with the following "extras".

-2,-2 -> Entire table
-1,X -> Collumn headers
X,-1 -> Row headers

I hope this helps,

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
4 条消息(共 4 条)
4,252 次查看