Function.renderCell
@standhigher/polaris-data-table
@standhigher/polaris-data-table / renderCell
Function: renderCell()
renderCell<
T>(column,row,formatOptions,onFormatWarning?):ReactNode
Type Parameters
T
T extends object
Parameters
column
TableColumn<T>
row
T
formatOptions
onFormatWarning?
(warning) => void
Returns
ReactNode