Testo in timbr list parametrico
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@using GPW.CORE.Smart.Data
|
||||
|
||||
|
||||
<table class="table table-sm table-responsive-md text-light">
|
||||
<table class="table table-sm table-responsive-md @TextCss">
|
||||
<thead>
|
||||
<tr>
|
||||
@if (EnableAdmin)
|
||||
|
||||
@@ -15,6 +15,10 @@ namespace GPW.CORE.Smart.Components
|
||||
[Parameter]
|
||||
public bool EnableEdit { get; set; } = false;
|
||||
|
||||
|
||||
[Parameter]
|
||||
public string TextCss { get; set; } = "text-dark";
|
||||
|
||||
private bool isLoading { get; set; } = false;
|
||||
|
||||
[Parameter]
|
||||
|
||||
@@ -11,5 +11,5 @@ else if (ListTimbRich.Count == 0)
|
||||
}
|
||||
else
|
||||
{
|
||||
<TimbList ListTimb="@ListTimbRich" EnableAdmin="false" EnableEdit="true" ReqUpdate="DoUpdate"></TimbList>
|
||||
<TimbList ListTimb="@ListTimbRich" EnableAdmin="false" EnableEdit="true" ReqUpdate="DoUpdate" TextCss="text-light"></TimbList>
|
||||
}
|
||||
Reference in New Issue
Block a user