Skip to content

Commit 1a9b771

Browse files
authored
Update DataTableConfigVm.cs
1 parent fee3c8c commit 1a9b771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mvc.JQuery.Datatables.Core/DataTableConfigVm.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ public DataTableConfigVm(string id, string ajaxUrl, IEnumerable<ColDef> columns)
4747
/// </summary>
4848
public bool Filter { get; set; }
4949

50-
public string Id { get; private set; }
50+
public string Id { get; set; }
5151

52-
public string AjaxUrl { get; private set; }
52+
public string AjaxUrl { get; set; }
5353

54-
public IEnumerable<ColDef> Columns { get; private set; }
54+
public IEnumerable<ColDef> Columns { get; set; }
5555

5656
public IDictionary<string, object> JsOptions { get { return m_JsOptions; } }
5757

0 commit comments

Comments
 (0)