MobX RESTful table
Preparing search index...
SearchableInputProps
Type Alias SearchableInputProps<D, F>
SearchableInputProps
:
Omit
<
ScrollListProps
<
D
,
F
>
,
"id"
|
"defaultValue"
|
"onChange"
|
"defaultData"
|
"renderList"
,
>
&
FormComponentProps
<
OptionData
[]
>
&
Omit
<
RestFormProps
<
D
,
F
>
,
"fields"
>
&
{
fields
?:
RestFormProps
<
D
,
F
>
[
"fields"
]
;
labelKey
:
keyof
D
;
multiple
?:
boolean
;
renderList
?:
ScrollListProps
<
D
,
F
>
[
"renderList"
]
;
translator
:
RestFormProps
<
D
,
F
>
[
"translator"
]
&
ScrollListProps
<
D
,
F
>
[
"translator"
]
;
type
?:
typeof
TextInputTypes
[
number
]
;
valueKey
:
keyof
D
;
}
Type Parameters
D
extends
DataObject
F
extends
Filter
<
D
>
=
Filter
<
D
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
MobX RESTful table
Loading...