Function: OrderList()
OrderList(
rawProps):Element
Defined in: components/OrderList.tsx:147
Renders a paginated, searchable table of the user's orders with configurable columns and filter inputs (term, date ranges, price, sort, type).
Parameters
rawProps
Returns
Element
Remarks
Uses useOrders for order data, search and pagination.