Escrows Table by Signer
Table layout to explore escrows by signer with sorting and filtering. This component contains a detailed view of the escrow, including the signer, status, and actions.
EscrowsTableSignerFiltersSortingPaginationNEW
Installation
Before installing the block, make sure you have the required providers and blocks. You can read more in the dependencies section based on the block you are using.
1npx trustless-work add escrows/escrows-by-signer/table
Filters
-
Active
OnChain
Title | Amount | Actions | |||||||
---|---|---|---|---|---|---|---|---|---|
Connect your walletTo continue, connect your wallet and authorize the application. |
Page 1
Important Notes
- To enable escrow button actions, you need to provide an array of roles assigned to the user. In [escrows-by-signer/table/EscrowsTable.tsx], the activeRole constant contains this array. Depending on the role, different actions will appear in the detail modal. Adjust the roles as needed to best fit your use case. The role is mocked for testing purposes.
- If you don't want to use the escrowProvider context, you'll need to provide the payload through an alternative method.
Required Providers
<ReactQueryClientProvider />
<TrustlessWorkProvider />
<WalletProvider />
<EscrowProvider />
<EscrowAmountProvider />
<EscrowDialogsProvider />
Related Blocks
Escrows Table by Role
TableTable layout to explore escrows by role ...
EscrowsTable+4
Escrows Cards by Signer
CardsCard grid to browse escrows by signer wi...
EscrowsCards+3
Escrows Cards by Role
CardsCard grid to browse escrows by role with...
EscrowsCards+3
Initialize Escrow
EscrowsComponent to initialize an escrow with d...
InitializeEscrows+1