DataLoaders
These components are needed to load data from the Database and provide them to child components.
DataLoaderSingle
Use this DataLoaderSingle to load a single row from a sheet.
Common child components are DataCell or DataCard
Developer docs
Props
Prop | Type | Default | Description |
---|---|---|---|
rowKey* | |||
sheet* | |||
customKeyColumn | null |
Slots
Name | Default | Props | Fallback |
---|---|---|---|
Yes |
DataLoaderMulti
User DataLoaderMulti to load multiple rows from a sheet.
Common child components are DataList or DataCarousel
Developer docs
Props
Prop | Type | Default | Description |
---|---|---|---|
discoverAnnotation* | |||
discoverableColumn* | |||
excludeAnnotated* | |||
includeOnlyAnnotated* | |||
hideColumn* | |||
sortColumn* | |||
referenceColumn* | |||
sheetKey* |
Slots
Name | Default | Props | Fallback |
---|---|---|---|
Yes |