• JavaScript
  • React
Guides
API
Changelog
  • Developers Forum (opens new window)
  • GitHub Discussions (opens new window)
  • StackOverflow (opens new window)
  • Contact support (opens new window)
21k

What's new in 15.3.0

Learn more Learn more about new version
  • JavaScript
  • React
Guides
API
Changelog
  • Introduction
  • Core
  • Hooks
  • Configuration options
  • Plugins
    • AutoColumnSize
    • AutoRowSize
    • Autofill
    • BindRowsWithHeaders
    • CollapsibleColumns
    • ColumnSorting
    • ColumnSummary
    • Comments
    • ContextMenu
    • CopyPaste
    • CustomBorders
    • DragToScroll
    • DropdownMenu
    • ExportFile
    • Filters
    • Formulas
    • HiddenColumns
    • HiddenRows
    • ManualColumnFreeze
    • ManualColumnMove
    • ManualColumnResize
    • ManualRowMove
    • ManualRowResize
    • MergeCells
    • MultiColumnSorting
    • NestedHeaders
    • NestedRows
    • PersistentState
    • Search
    • StretchColumns
    • TrimRows
    • UndoRedo
15.3.0JavaScript Data Grid TrimmingMap

JavaScript Data GridTrimmingMap

On this page
  • Description
  • Methods
    • getTrimmedIndexes

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

trimmingMap.getTrimmedIndexes() ⇒ Array

Get physical indexes which are trimmed.

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

There is a newer version of Handsontable available. Switch to the latest version ⟶

Privacy policy Terms of use Team Contact Blog Status

© 2012 - 2025 Handsoncode