3.2.0

Hide a column

Hi

I wanted to hide some cols in my grid and found this code in the forum

obj.setColumnValues([0,2,4]);

Unfortunately this does not work in V2

Any help appreciated

Paul
Paul
December 1,
Try this

obj.setColumnIndices([0, 2, 3, 4]);		// hide column 1
Rob Francis
December 1,
How ti hide "INDEX" column ? thanks
Tina
December 6,

This topic is archived.

See also:


Back to support forum