- Preparing search index...
- The search index is not available
mui-form
Type alias MuiSearchProps<T>
Mui
Search
Props
<T>: { columns
: GridColumns; dataGridHeight
?: any; dataGridWidth
?: any; getDataList
: ((value
: string) => Promise<T[]>); inputValue
?: string; onInputChange
?: ((value
: string) => void); onRowClick
?: GridEventListener<GridEvents.rowClick>; placement
?: PopperPlacementType; } & Omit<DropDownInputProps, "value" | "onChange" | "variant" | "downRander">