|
|
@ -868,6 +868,7 @@ Create a new Razor Component Page, `/Pages/Authors.razor`, in the `Acme.BookStor |
|
|
<DataGrid TItem="AuthorDto" |
|
|
<DataGrid TItem="AuthorDto" |
|
|
Data="AuthorList" |
|
|
Data="AuthorList" |
|
|
ReadData="OnDataGridReadAsync" |
|
|
ReadData="OnDataGridReadAsync" |
|
|
|
|
|
CurrentPage="CurrentPage" |
|
|
TotalItems="TotalCount" |
|
|
TotalItems="TotalCount" |
|
|
ShowPager="true" |
|
|
ShowPager="true" |
|
|
PageSize="PageSize"> |
|
|
PageSize="PageSize"> |
|
|
|