TableCell
Installation
import { TableCell } from 'uxp/components';Signature
const TableCell: React.FunctionComponent<TableCellProps>Examples
tsx
<TableCell
row={rowData}
column={columnDef}
renderCell={(row, col) => <span>{row[col.id]}</span>}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated