getContext

abstract var getContext: () -> CellContext<TData, TValue>(source)

Returns the rendering context (or props) for cell-based components like cells and aggregated cells. Use these props with your framework's flexRender utility to render these using the template of your choice: API Docs Guide