function flexRender<TProps>(Comp, props): Element;function flexRender<TProps>(Comp, props): Element;Defined in: FlexRender.tsx:23
Renders a Solid table template value with the provided context props.
Use this for custom header, cell, or footer renderers when you need the lower-level function form. Most Solid UIs can use the FlexRender component instead.
TProps
Element | (_props) => Element
TProps
Element
flexRender(cell.column.columnDef.cell, cell.getContext())flexRender(cell.column.columnDef.cell, cell.getContext())