Methods
(inner) DBLookup(initialDataopt, onStateChangeopt, savedStateopt) → {JSX.Element}
A React component for searching and visualizing database entries. This page cannot be opened as a tab (Handler does not exist in App.jsx)
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
initialData | Object | <optional> | {} | Initial data to populate the search state. Properties
| ||||||||||||||||||||||||||||||
onStateChange | function | <optional> | Callback function invoked when component state changes. | |||||||||||||||||||||||||||||||
savedState | Object | <optional> | {} | Saved state to restore component state. Properties
|
Returns:
The database lookup interface with search, filtering, and visualization capabilities.
- Type:
- JSX.
Element