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

This page covers a non-latest version of Handsontable.

# TrimmingMap

# Description

Map for storing mappings from an physical index to a boolean value. It stores information whether physical index is NOT included in a dataset and skipped in the process of rendering.

# Methods

# getTrimmedIndexes

Source code (opens new window)

trimmingMap.getTrimmedIndexes() ⇒ Array

Get physical indexes which are trimmed.

Note: Indexes marked as trimmed aren't included in a DataMap and aren't rendered.

Last Updated: Mar 27, 2024