Skip to content

@sqlrooms/data-table / ArrowCellValueFormatter

Type Alias: ArrowCellValueFormatter()

ArrowCellValueFormatter = (type, value) => string | undefined

Parameters

ParameterType
typearrow.DataType
valueunknown

Returns

string | undefined