Skip to content

PinnedRowsConfig

Since v1.7.1

Pinned-rows config widened to accept Angular component classes as render inside slots[]. Bridging to vanilla DOM is handled by the side-effect import @toolbox-web/grid-angular/features/pinned-rows.

Re-exported under the same name as the core type so Angular users see a single canonical PinnedRowsConfig from @toolbox-web/grid-angular/features/pinned-rows.

type PinnedRowsConfig = Omit<CorePinnedRowsConfig, "slots"> & { slots?: PinnedRowSlot[] }