Skip to content

@revolist/revogrid / JSX / RevogrViewportScroll

Interface: RevogrViewportScroll

Viewport scroll component for RevoGrid

Properties

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

Revogrid is a powerful data grid library made by Revolist OU.