dotnet
webassembly
wasm
antd
hacktoberfest
ant-design
blazor
blazor-server
blazor-components
blazor-webassembly
ant-design-blazor
-
Updated
Apr 7, 2022 - C#
Bug type
Component
Component name
MudTable
What happened?
When using a
NoRecordsContent
inside aMudTable
withStriped
andHover
enabled it is rendered using these classes also. However the content should be agnostic to them since they are used solely for rows.Expected behavior
NoRecordsContent
should render withoutStriped
orHover
styles applied.Reprod