StickyCells

A feature which pins configurable content from a grid row to the top of the grid while the row scrolls off the top but is still visible.

As soon as the row becomes too small to contain the content, it is unpinned, and scrolls out naturally, and the following row's configured content becomes pinned.

For example:

    new Grid({
        features : {
            stickyCells : {
                // Identifies elements to clone and pin to the grid top.
                contentSelector : '.myClassName'
            }
        }
    });

This feature is disabled by default.

Configs

10

Common

disabledInstancePlugin
listenersEvents

Other

A CSS selector which must identify the content within your grid row which you require to be pinned to the grid while the row if the topmost row, and remains visible.

Misc

clientInstancePlugin
localeClassLocalizable
localizableLocalizable

Properties

15

Common

disabledInstancePlugin

Class hierarchy

isStickyCells: Boolean= truereadonly
Identifies an object as an instance of StickyCells class, or subclass thereof.
isStickyCells: Boolean= truereadonlystatic
Identifies an object as an instance of StickyCells class, or subclass thereof.
isEventsEvents
isInstancePluginInstancePlugin
isLocalizableLocalizable

Lifecycle

configBase

Misc

clientInstancePlugin
localeHelperLocalizable
localeManagerLocalizable

Other

Functions

28

Configuration

applyDefaultsstaticBase

Events

Lifecycle

destroystaticBase

Misc

doDisableInstancePlugin
initClassstaticBase
isOfTypeNamestaticBase
mixinstaticBase
optionalLstaticLocalizable

Other

LstaticLocalizable
onEvents
relayAllEvents
triggerEvents
unEvents

Events

5
catchAllEvents
destroyEvents
disableInstancePlugin
enableInstancePlugin

Event handlers

5
onDestroyEvents
onDisableInstancePlugin
onEnableInstancePlugin

Typedefs

1