Optional
classThe className
applied to the outer container element. Use when styling the entire component.
Component height
Optional
innerThe className
applied to the inner container element. Use for special cases when styling only the inner container and items.
Optional
innerRenders the inner grid div containing all the list items
Render prop implementing VirtualContainerRender. Used to customize display component inner container.
Optional
isPassed as DisplayBaseItemProps.isScrolling to each child item
Provided as a convenience when combining display components with VirtualScroll Not interpreted by the display component itself
Optional
itemPassed as DisplayBaseItemProps.data to each child item
Optional
outerRenders the outer viewport div which provides a window onto the inner grid div
Render prop implementing VirtualContainerRender. Used to customize display component outer container.
Component width
Common props for DisplayList and DisplayGrid