update tree layout

This commit is contained in:
2021-04-16 14:09:39 +02:00
parent f2bd20ba41
commit 10aed7a42f
4 changed files with 51 additions and 29 deletions
+5
View File
@@ -69,6 +69,11 @@
/// Whether to show actions menu. This will only work when the onActionsRequested cb is implemented in the component
/// </summary>
public bool HasActions { get; set; }
/// <summary>
/// Output an additional count value.
/// </summary>
public int? CountOutput { get; set; }
}