@if (!DisableColorField)
@@ -126,7 +126,7 @@
@if (!DisableModeSwitch)
{
-
+
}
diff --git a/src/Connected.Components/Components/DataGrid/DataGrid.razor b/src/Connected.Components/Components/DataGrid/DataGrid.razor
index 1ba89cf..d641904 100644
--- a/src/Connected.Components/Components/DataGrid/DataGrid.razor
+++ b/src/Connected.Components/Components/DataGrid/DataGrid.razor
@@ -126,9 +126,9 @@
@{ var groupStyle = new StyleBuilder().AddStyle(GroupStyle).AddStyle(GroupStyleFunc?.Invoke(g)).Build(); }
-
@if (GroupedColumn.GroupTemplate == null)
@@ -377,7 +377,7 @@
@if (column == null)
{
-
-
+
-
|