JavaScript Data Grid 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 update: Apr 16, 2024