Skip to content

Commit 3089590

Browse files
committed
Moved model creation to new place
1 parent b645423 commit 3089590

22 files changed

+125
-5249
lines changed

Mvc.JQuery.Datatables.Core/DataTableConfigVm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public DataTableConfigVm(string id, string ajaxUrl, IEnumerable<ColDef> columns)
4343
}
4444

4545
/// <summary>
46-
/// Sets the bFilter properyt
46+
/// Enables searching of columns
4747
/// </summary>
4848
public bool Filter { get; set; }
4949

@@ -64,7 +64,7 @@ public string ColumnDefsString
6464
return ConvertColumnDefsToJson(Columns.ToArray());
6565
}
6666
}
67-
public bool ColumnFilter { get; set; }
67+
public bool UseColumnFilterPlugin { get; set; }
6868

6969
public ColumnFilterSettingsVm ColumnFilterVm { get; set; }
7070

0 commit comments

Comments
 (0)