You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For various `QuickGrid` demonstrations, see the [QuickGrid for Blazor sample app](https://aspnet.github.io/quickgridsamples).
28
+
29
+
## Main Types
30
+
31
+
*`QuickGrid<TGridItem>`: The component that displays the grid
32
+
*`TemplateColumn`: Represents a column whose cells render a supplied template
33
+
*`PropertyColumn`: Represents a column whose cells display a single value
34
+
*`Paginator`: A component that provides a user interface for `PaginationState`
35
+
*`PaginationState`: Holds state to represent pagination in a `QuickGrid<TGridItem>`
36
+
*`GridSort<TGridItem>`: Represents a sort order specification used within `QuickGrid<TGridItem>`
37
+
*`GridItemsProvider<TGridItem>`: A callback that provides data for a `QuickGrid<TGridItem>`
38
+
39
+
## Additional Documentation
40
+
41
+
For additional documentation and examples, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/blazor/components/quickgrid) on the Blazor `QuickGrid` component.
42
+
43
+
## Feedback & Contributing
44
+
45
+
`Microsoft.AspNetCore.Components.QuickGrid` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
0 commit comments