InlineRowSlot
Defined in: definePlugin.ts:83
Inline row slot configuration - renders below a specific row
Type Parameters
Section titled “Type Parameters”TData = unknown
Properties
Section titled “Properties”render()
Section titled “render()”render: (
row) =>ReactNode
Defined in: definePlugin.ts:85
Render function receiving the row
Parameters
Section titled “Parameters”Row<TData>
Returns
Section titled “Returns”ReactNode