You can follow the https://github.com/abpframework/abp/issues/17029
Thanks. We will discuss this internally.
hi
I get error in build as there is not type.
Add PlanDto
to your Dtos
folder.
// This file is automatically generated by ABP framework to use MVC Controllers from CSharp
using System;
using Volo.Abp;
using Volo.Abp.Application.Dtos;
using Volo.Abp.Domain.Entities;
[Serializable]
public class PlanDto : ExtensibleEntityDto<Guid>, IHasConcurrencyStamp
{
public string Name { get; set; }
public string ConcurrencyStamp { get; set; }
}
hi
I will try with your command. Wait a moment.
hi
You can remove the LanguageSwitch(blazor)
and LanguageSwitchViewComponent(mvc)
.
Add a custom IToolbarContributor
and remove them from context
https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/BasicThemeToolbarContributor.cs#L14 https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Toolbars/BasicThemeMainTopToolbarContributor.cs#L31
https://github.com/abpframework/abp/issues/17029
We call dataTable.ajax.reload();
to reload the data after the modal is closed.
https://datatables.net/reference/api/ajax.reload()
Reset (default action or true) or hold the current paging position (false). A full re-sort and re-filter is performed when this method is called, which is why the pagination reset is the default action.
hi
Are you using Angular?
I guess your table UI is mvc, right?
hi
Please share your logs.txt
, Thanks
liming.ma@volosoft.com