Viewing transactions for an account

The next user story is about displaying transactions made for an account. The client wants to see the transactions listed in a table below the accounts table we developed in the previous section. The user must be able to select the account by clicking on the row to view the account's transactions. A transaction must include the date the transaction took place, a short description of the transaction, transaction category, and the amount. The transactions in the table should also be numbered. The user should be informed to select an account to see transaction and if no transactions exist for an account.

The transactions data for each account is retrieved from the sever side as part of the server.getMemberData

Get KnockoutJS by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.