Skip to content

@sqlrooms/data-table / UseArrowDataTableOptions

Type Alias: UseArrowDataTableOptions

UseArrowDataTableOptions = object

Properties

fontSize?

optional fontSize: string

Custom font size for the table e.g. xs, sm, md, lg, base


formatValue?

optional formatValue: 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.