Search⌘ K
AI Features

Viewing the Expenses

Explore how to create an interactive expenses table by populating and displaying Expense objects within a Blazor EditForm component. Understand how to highlight unpaid expenses and run the application to view the expense tracker in action.

We'll cover the following...

We need to add a table to display the list of expenses. We do this as follows:

  1. Return to Visual Studio.

  2. Open the ExpenseTracker.Client.Pages\Index.razor page. ...