Overview
TheApprovalPoliciesTable component renders a table that displays the list of existing approval policies of the authenticated entity. The component supports searching, filtering, and pagination between these approval policies.
Permissions
To access this component, the entity user must haveread permissions for the approval_policy object. For more information, see List of permissions.
Preview

Usage
Bring in theApprovalPoliciesTable component into your application as shown:
React.js
Props
The following table shows allApprovalPoliciesTable component properties, their types, and descriptions:
| Prop | Type | Description |
|---|---|---|
onChangeFilter | function | This callback is triggered when the filtering options are changed. |
onChangeSort | function | This callback is called when the current sorting order for any column is changed. It returns the newly sorted field and order. |
onRowClick | function | This callback takes the identifier of the clicked row as a parameter and is triggered when an approval policy table row is clicked. |
onChangeSort takes one argument whose value is an object with the following fields:
sort- the field name of the column whose sort order was changed. For example,policy_name.order- the new sort order, eitherascordesc