Closed vietanhbui closed 1 year ago
Blazor properties:
Hi @vietanhbui , our document site is .NET 6
.NET 6
<ProperyColumn Property="c=>c.Name" />
.NET 5:
<ProperyColumn TItem="Data" Property="c=>c.Name" />
Has document site for .NET 5? Thanks
Sorry not, but most of our features are compatible .NET Core 3.1 ~ 6.0 , otherwise we would have made it clear which features are only available on .NET5 or .NET6
Hey @vietanhbui , have you solve this issue?
I create new empty project and Import Ant Design Blazor into project. Try example table and got error: But try another example, has not error: