v7.3.0

GridState
Mixin

Mixin for Grid that handles state. It serializes the following grid properties:

  • rowHeight
  • selectedCell
  • selectedRecords
  • columns (order, widths, visibility)
  • store (sorters, groupers, filters)
  • scroll position
  • collapsed group records
  • tree group levels

See State for more information on state.

See also

  • State - Base state mixin
  • Grid - The Grid widget
No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isGridState : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of GridState class, or subclass thereof.
  • Gets or sets grid's state. Check out GridState mixin for details.

Functions

Functions are methods available for calling on the class

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Type definitions

    Source path

    Grid/view/mixin/GridState.js

    Demo

    examples/state

    Contents