maliming
2 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.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js
|
|
@ -87,7 +87,7 @@ var abp = abp || {}; |
|
|
if (field.items.length === 1) { |
|
|
if (field.items.length === 1) { |
|
|
var firstItem = field.items[0]; |
|
|
var firstItem = field.items[0]; |
|
|
if (!getVisibilityValue(firstItem.visible, record, tableInstance)) { |
|
|
if (!getVisibilityValue(firstItem.visible, record, tableInstance)) { |
|
|
return $('');; |
|
|
return $(''); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
var $button = $('<button type="button" class="btn btn-primary btn-sm abp-action-button"></button>'); |
|
|
var $button = $('<button type="button" class="btn btn-primary btn-sm abp-action-button"></button>'); |
|
|
|