Skip to main content

Function: OrderList()

OrderList(rawProps): Element

Defined in: components/OrderList.tsx:110

Renders a paginated, searchable table of the user's orders with configurable columns and filter inputs (term, date ranges, price, sort, type).

Parameters

rawProps

OrderListProps

Returns

Element

Remarks

Uses useOrders for order data, search and pagination.