Overview
TheApprovalRequests component is a comprehensive React component that renders the complete Approval Requests page. The component integrates the full functionality of the ApprovalRequestsTable component and includes the ability to approve and reject payables. The component also supports searching, filtering, and pagination between the approval requests.
Permissions
To access this component, the entity user must have the following permissions:readpermission for thepayableobject,readandupdatepermissions for theapproval_requestobject.
Preview

Usage
Bring in theApprovalRequests component into your application as shown:
React.js