Function SearchModal

Represents a Search Modal component.

  • Type Parameters

    • FilterData extends {} = any

      The type of filter data.

    • RowData extends IRowData = any

      The type of row data.

    • Payload extends unknown = any

      The type of payload.

    • Field extends IField<any, any, Field> = IField<FilterData, Payload>

      The type of field.

    Parameters

    Returns Element

    The Search Modal component.