PinnedRowsConfig
Since v1.8.2
Pinned-rows config widened to accept React components as panel
render functions inside slots[] and customPanels[].
Extends the core PinnedRowsConfig to accept React render functions
returning ReactNode instead of only HTMLElement | null. Bridging to
vanilla DOM is handled by the side-effect import
@toolbox-web/grid-react/features/pinned-rows.
type PinnedRowsConfig = Omit<CorePinnedRowsConfig, "slots" | "customPanels"> & object
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt