Get started
The example and code below show what you need to add to one of your Blazor page components to render a very simple grid
(with sortable columns).
It also shows how you can add pagination to your grid. In fact there are two paginators used here. One at the top and one at the bottom of the grid. They automatically stay synchronized. The top paginator does not show the total count summary.
It also shows how you can add pagination to your grid. In fact there are two paginators used here. One at the top and one at the bottom of the grid. They automatically stay synchronized. The top paginator does not show the total count summary.
PersonId | Name | BirthDate |
---|---|---|
10895 | Jean Martin | 1985-03-16 |
10944 | António Langa | 1991-12-01 |
6 items
Download: