All Account List

Account Summary function will show a summary list and a chart based on accounts of the current user. In AllAccountListFlow, we will execute the GetAccountListOp operation to get the accounts information for current user, then map the data to flow context, and the AllAccountList page will display the data in a Table widget.

In the AllAccountList.xui page, you can see only the Table widget. We are going to add a chart on top of it by inserting some manual code.