{{ (scope.row.table.databaseConnection ? scope.row.table.databaseConnection + '.' : '') + scope.row.table.name }}
{{ scope.row.sync > 0 ? t('crud.log.sync yes') : t('crud.log.sync no') }}
{{ t('Cancel') }}
{{ t('Save') }}
{{ scope.row.id > 0 ? t('crud.log.Update') : t('crud.log.New added') }}
{{ scope.row.score }}
{{ t('Cancel') }}
{{ t('Upload') }}
{{ (scope.row.table.databaseConnection ? scope.row.table.databaseConnection + '.' : '') + scope.row.table.name }}
{{ scope.row.fieldCount }}
{{ typeScope.row.dataType ?? typeScope.row.type }}
{{ t('crud.log.Load') }}
{{ t('Delete') }}