• JavaScript
  • React
    Docs
    API
    Changelog
    • Developers Forum (opens new window)
    • GitHub Discussions (opens new window)
    • StackOverflow (opens new window)
    • Contact support (opens new window)
    • JavaScript
    • React
    Docs
    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
      • TrimRows
      • UndoRedo
    Home HidingMap

    React Data GridHidingMap

    On this page
    • Description
    • Methods
      • getHiddenIndexes

    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

    hidingMap.getHiddenIndexes() ⇒ Array

    Get physical indexes which are hidden.

    Note: Indexes marked as hidden are included in a DataMap, but 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

    © 2025 Handsoncode