You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
421 B
421 B
sidebar_position | title |
---|---|
1 | Introduction |
View data with Blazor
This lab will allow you to display data on your blazor site.
We will start from the default site created with Visual Studio.
List of steps
- Creation of a new page
- Generation of fake data
- Use data
- Use an HTML table
- Use Blazorise
- Use paging with Blazorise
List of concepts
- Layout
- Serialization
- Lifecycle events
- NuGet