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
Configs
10Other
contentSelector: String
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
bubbleEventsEvents
callOnFunctionsEvents
clientInstancePlugin
localeClassLocalizable
localizableLocalizable
localizablePropertiesLocalizable
Properties
15
Properties
15Common
disabledInstancePlugin
Class hierarchy
Identifies an object as an instance of StickyCells class, or subclass thereof.
Identifies an object as an instance of StickyCells class, or subclass thereof.
isEventsEvents
isInstancePluginInstancePlugin
isLocalizableLocalizable
Other
Functions
28
Functions
28Configuration
Events
detachListenersBase
Misc
animatePropertyBase
callbackBase
doDisableInstancePlugin
downloadTestCaseBase
resolveCallbackBase
updateLocalizationLocalizable
Other
addListenerEvents
hasListenerEvents
onEvents
relayAllEvents
removeAllListenersEvents
removeListenerEvents
resumeEventsEvents
suspendEventsEvents
triggerEvents
unEvents
Events
5
Events
5Event handlers
5
Event handlers
5Typedefs
1
Typedefs
1BryntumListenerConfigEvents