PayablesTable
Overview
A table that displays the list of payable invoices that are available to the entity user with the access token. The component supports filtering and pagination between these payables. The UI for each table row depends on the payable status on that row. For example, payables in the waiting_to_be_paid
status have a customizable “Pay” button to pay the payable. To pay a payable via the “Pay” button, use the onPay
prop on the PayablesTable
component. For more information, see Props.
Permissions
To access this component, the entity user must have read
permissions for the payable
object. For more information, see List of permissions.
Preview
Usage
Use in the PayablesTable
component in your application as shown:
Props
The 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,created_at
.order
- the new sort order, eitherasc
ordesc