React Data Grid HidingMap
In this article
Description
Map for storing mappings from an physical index to a boolean value. It stores information whether physical index is included in a dataset, but skipped in the process of rendering.
Methods
getHiddenIndexes Source code (opens new window)
hidingMap.getHiddenIndexes() ⇒ Array
Get physical indexes which are hidden.
Note: Indexes marked as hidden are included in a DataMap, but aren't rendered.