Skip to content

@revolist/revogrid / JSX / RevogrViewportScroll

Interface: RevogrViewportScroll

Viewport scroll component for RevoGrid

Properties

PropertyTypeDescriptionDefined in
colTypeDimensionCols | "rowHeaders"-src/components.d.ts:2204
contentHeight?numberHeight of inner contentsrc/components.d.ts:2208
contentWidth?numberWidth of inner contentsrc/components.d.ts:2212
onResizeviewport?(event: RevogrViewportScrollCustomEvent<ViewPortResizeEvent>) => voidViewport resizesrc/components.d.ts:2216
onScrollchange?(event: RevogrViewportScrollCustomEvent<{ hasScroll: boolean; type: DimensionType; }>) => voidTriggered on scroll change, can be used to get information about scroll visibilitysrc/components.d.ts:2220
onScrollviewport?(event: RevogrViewportScrollCustomEvent<ViewPortScrollEvent>) => voidBefore scroll eventsrc/components.d.ts:2227
onScrollviewportsilent?(event: RevogrViewportScrollCustomEvent<ViewPortScrollEvent>) => voidSilently scroll to coordinate Made to align negative coordinates for mobile devicessrc/components.d.ts:2231
rowHeader?booleanEnable row headersrc/components.d.ts:2235

Revogrid is a MIT-licensed open source library made by Revolist OU.