AllowHeaderFiltering
This commit is contained in:
parent
d42e6f61bd
commit
d10c430d19
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ namespace Erp.Platform.ListForms;
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class ColumnHeaderDto
|
public class ColumnHeaderDto
|
||||||
{
|
{
|
||||||
public bool AllowHeaderFiltering { get; set; } = false;
|
public bool AllowHeaderFiltering { get; set; } = true;
|
||||||
|
|
||||||
#region column.headerFilter veri yapısı icinde olan alanlar. Ayri bir sinif yapilmadi
|
#region column.headerFilter veri yapısı icinde olan alanlar. Ayri bir sinif yapilmadi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue