We are currently working with ng Grid. The grid that we are working on has around 30 rows, however, 200 columns.
I have read that ng grid supports column virtualization and Row virtualization where by row virtualization is on by default if rows > 50 (I realize that this thresh hold can be configured by using virtualizationThreshold)
However, what i cant find is how to enable column virtualization. Is this on by default, or is it tied into virtualizationThreshold where by its only enabled if rows > 50?
appreciate any assistance