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