Skip to content

Commit

Permalink
🐛 fix(DataTable): change BListItemContent to MListItemContent
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Aug 9, 2024
1 parent 8ffc818 commit 2d8b8fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</MChip>;

RenderFragment<SelectListItemProps<DataTableHeader>> itemContent = context =>
@<BListItemContent>
@<MListItemContent>
@if (HeaderColContent != null)
{
@HeaderColContent(context.Item!)
Expand All @@ -74,7 +74,7 @@
{
@context.Item!.Text
}
</BListItemContent>;
</MListItemContent>;

@if (MultiSort)
{
Expand Down

0 comments on commit 2d8b8fc

Please sign in to comment.