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-
Identifies an object as an instance of PinColumns class, or subclass thereof.
-
Identifies an object as an instance of PinColumns class, or subclass thereof.
Functions
Functions are methods available for calling on the classid: pinColumns