@sqlrooms/data-table / ArrowCellValueFormatter
Type Alias: ArrowCellValueFormatter
ArrowCellValueFormatter = (
type,value) =>string|undefined
Parameters
| Parameter | Type |
|---|---|
type | arrow.DataType |
value | unknown |
Returns
string | undefined
@sqlrooms/data-table / ArrowCellValueFormatter
ArrowCellValueFormatter = (
type,value) =>string|undefined
| Parameter | Type |
|---|---|
type | arrow.DataType |
value | unknown |
string | undefined