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'll cover the following...
We need to add a table to display the list of expenses. We do this as follows:
Return to Visual Studio.
Open the
ExpenseTracker.Client.Pages\Index.razorpage.Update the markup to the following:
...