ant-design-blazor / ant-design-blazor

🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
https://antblazor.com/
MIT License
5.83k stars 1.07k forks source link

Can not using example Table #2853

Closed vietanhbui closed 1 year ago

vietanhbui commented 2 years ago

I create new empty project and Import Ant Design Blazor into project. Try example table and got error: image But try another example, has not error: image

vietanhbui commented 2 years ago

Blazor properties: image

ElderJames commented 2 years ago

Hi @vietanhbui , our document site is .NET 6

.NET 6 <ProperyColumn Property="c=>c.Name" />

.NET 5: <ProperyColumn TItem="Data" Property="c=>c.Name" />

vietanhbui commented 2 years ago

Has document site for .NET 5? Thanks

ElderJames commented 2 years ago

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

ElderJames commented 2 years ago

Hey @vietanhbui , have you solve this issue?