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.
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...
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...