@sqlrooms/data-table / UseArrowDataTableOptions
Type Alias: UseArrowDataTableOptions
UseArrowDataTableOptions =
object
Properties
fontSize?
optionalfontSize:string
Custom font size for the table e.g. xs, sm, md, lg, base
formatValue?
optionalformatValue:ArrowDataTableValueFormatter
Custom value formatter that overrides the default valueToString. Return a string to use your custom formatting, or undefined to fall back to the default.
