Skip to content

@sqlrooms/mosaic / DataTableSelectorProps

Type Alias: DataTableSelectorProps

DataTableSelectorProps = object

Props for table selector components. Both value and onChange use DataTable objects.

Properties

className?

optional className?: string


disabled?

optional disabled?: boolean


onChange?

optional onChange?: (table) => void

Parameters

ParameterType
tableDataTable

Returns

void


tables

tables: DataTable[]


value?

optional value?: DataTable