Represents a List component which renders a collection of entries.

  • Type Parameters

    • FilterData extends {} = any

      The type of the filter data.

    • RowData extends IRowData = any

      The type of the row data.

    • Payload extends unknown = any

      The type of the payload.

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

      The type of the field.

    Parameters

    Returns Element

    • The List component.