The useSearchModal function is a custom hook that provides functionality for displaying a search modal. It accepts various parameters and returns an object with properties and methods for controlling the search modal.
The type of the filter data.
The type of the row data.
The type of the payload.
The type of the field.
An object with properties and methods for controlling the search modal.
Readonly
The useSearchModal function is a custom hook that provides functionality for displaying a search modal. It accepts various parameters and returns an object with properties and methods for controlling the search modal.