This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
[Feat] Add support for .NET 6 cascading type parameters #371
Labels
enhancement
New feature or request
In .NET 6 Blazor now supports cascading generic type parameters
This helps to remove all the
TableItem
boilerplate we currently need in earlier versions. Will require multi-targeting of the BlazorTable package for NET 6 and prior versions to support this.Example: in the samples all columns need the
TableItem
With the new feature we can add
in the
Table.razor
file. Then the column HTML would be:The text was updated successfully, but these errors were encountered: