0
votes

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

1

1 Answers

0
votes

There is the enableColumnHeavyVirt property that is disabled by default. You have to set it to true in your gridOptions before you can use it. ngGrid Configuration Options