RAMP4 - v4.21.0
    Preparing search index...

    Saves relevant enhancedTable states so that it can be reset on reload/reopen. A PanelStateManager is linked to a BaseLayer. setters are called each time enhancedTable states are updated, getters are called each time enhancedTable is reloaded/reopened. States to save and reset: - displayed rows (on symbology and layer visibility updates) - column filters - whether table maximized is in maximized or split view

    Index

    Constructors

    Properties

    _applyToMap: boolean
    _columns: { [field: string]: default }
    _controls: (string | ActionButtonDefinition)[]
    _filterByExtent: boolean
    _filtered: boolean
    _open: boolean
    _search: boolean
    _searchFilter: string
    _showFilter: boolean
    _title: string

    Accessors

    Methods

    • Saves the current value of the filter for the given column field.

      Parameters

      • colDefField: string
      • filterValue: string | number
      • Optionalrange: FilterRange

      Returns void

      TableStateManager