Skip to content

Commit

Permalink
Merge pull request #30 from VolkerLieber/master
Browse files Browse the repository at this point in the history
Added AG Grid localization
  • Loading branch information
yagizhanNY committed Feb 20, 2024
2 parents 182b38a + ea1548a commit 3f323f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SiemensIXBlazor/Components/AGGrid/GridOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ public class GridOptions
public bool? SuppressCellFocus { get; set; }
[JsonProperty("checkboxSelection")]
public bool? CheckboxSelection { get; set; }
[JsonProperty("overlayLoadingTemplate")]
public string? OverlayLoadingTemplate { get; set; }
[JsonProperty("overlayNoRowsTemplate")]
public string? OverlayNoRowsTemplate { get; set; }
}
}

0 comments on commit 3f323f0

Please sign in to comment.