@sqlrooms/mosaic / DataTableSelectorProps
Type Alias: DataTableSelectorProps
DataTableSelectorProps =
object
Props for table selector components. Both value and onChange use DataTable objects.
Properties
className?
optionalclassName?:string
disabled?
optionaldisabled?:boolean
onChange?
optionalonChange?: (table) =>void
Parameters
| Parameter | Type |
|---|---|
table | DataTable |
Returns
void
tables
tables:
DataTable[]
value?
optionalvalue?:DataTable