v7.3.0

PinColumns
Feature

Allows pinning columns to the start or end region of the grid without any additional subGrid configurations. When pinning to a region that does not yet exist, the feature creates the required subGrid on the fly.

This feature is disabled by default. To enable it:

new Grid({
    features : {
        pinColumns : true
    },
});

See also

No results

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class
    id: pinColumns

    Source path

    Grid/feature/PinColumns.js

    Contents