Interface: GhostRowContext
Defined in: packages/core/src/types.ts:228
Positional context passed to a GhostRow's render function.
Properties
isFirst
isFirst:
boolean
Defined in: packages/core/src/types.ts:230
True if this row is the first ghost row in its before or after group.
isLast
isLast:
boolean
Defined in: packages/core/src/types.ts:232
True if this row is the last ghost row in its before or after group.