Custom Cell Renderer
Register custom CellRenderer instances via the cellRenderers prop. Built-in types (text, badge, stub, flex) can also be overridden.
Grid API
How it works: The
cellRenderers prop accepts an array of CellRenderer objects. Each has a type string and a draw(instruction, context) method. Custom types are merged with built-ins; registering the same type overrides the built-in renderer.