This page covers a next version of Handsontable, and is not published yet.

This page covers a non-latest version of Handsontable.

# HidingMap

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

Last Updated: Mar 27, 2024