ReceivablesTable
ReceivablesTable
is a React component that displays all accounts receivable documents - invoices, quotes, and credit notes - created by an entity.
Demo
Usage
<div style={{display: 'flex', height: 600}}>
<ReceivablesTable />
</div>
Properties
onRowClick
: function
onRowClick
: functionCallback. Triggered when a table row is clicked.
Updated 5 days ago