Browse Source
Merge pull request #19322 from abpframework/auto-merge/rel-8-1/2588
Merge branch dev with rel-8.1
docs-unification
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.BlazoriseUI/Components/AbpExtensibleDataGrid.razor
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
<EmptyTemplate> |
|
|
|
<Row Class="w-100 align-items-center" Style="height: 150px;"> |
|
|
|
<Column> |
|
|
|
<Heading Size="HeadingSize.Is4" Alignment="TextAlignment.Center">No data available</Heading> |
|
|
|
<Heading Size="HeadingSize.Is4" TextAlignment="TextAlignment.Center">No data available</Heading> |
|
|
|
</Column> |
|
|
|
</Row> |
|
|
|
</EmptyTemplate> |
|
|
|
|