通常根据Datatables的文档,我认为有必要为false
提供值fixedHeader
.withOption('fixedHeader', false)
但它不起作用
答案 0 :(得分:0)
尝试使用css进行黑客攻击
public class BaseBl<T> : IBaseBl<T> where T : class
{
public IBaseDa<T> BaseDa { get; set; }
}
.inventory_related thead {
display: none;
}