In my opinion the documentation for MudDataGrid is a bit lacking when it comes to loading paged data from a dynamic source such as an API.
- How do I use the
ServerData
attribute? - How do I handle row clicks?
- How do I send additional filter / search criteria on the API call?
- How do I pre-set the
Page
andPageSize
of theGridState
object?