How to create a filtered view #615
Unanswered
rossmacarthur
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can you provide a minimal example of what you want to do? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rossmacarthur I think the easiest way could be to create a columnformatter that builds a custom URL with the correct filter arguments for for example the id column. So clicking on that link would get you to the listview of Transaction with a set of filter rules based on the Wallet ID, provided you've stored wallet_id as field on the Transaction. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example let's say I have a
Wallet
and a list ofTransaction
associated with that wallet. How would I be able to see the list of transaction just for one wallet? Ideally I would be able to click from aWallet
page to see the transactions.Beta Was this translation helpful? Give feedback.
All reactions