Skip to content

@serenity-is/sleekgrid / Header

Function: Header()

Header(props): JSXElement

Defined in: src/layouts/layout-components.tsx:30

Header shell component for a single band. Hosts the column-header container and hides automatically when the band is empty or the header is hidden.

Parameters

props

Component props containing band, refs, and signals.

band

BandKey

refs

GridLayoutRefs

signals

Pick<GridSignals, "hideColumnHeader" | "pinnedStartCols" | "pinnedEndCols">

Returns

JSXElement