The associated Column object for the cell. API Docs Guide
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
flexRender
Returns the value for the cell, accessed via the associated column's accessor key or accessor function. API Docs Guide
The unique ID for the cell across the entire table. API Docs Guide
Renders the value for a cell the same as getValue, but will return the renderFallbackValue if no value is found. API Docs Guide
getValue
renderFallbackValue
The associated Row object for the cell. API Docs Guide