Skip to content

Commit be5e1d3

Browse files
Harry McIntyreHarry McIntyre
authored andcommitted
2 parents 764a791 + 80db49a commit be5e1d3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
*.PDF diff=astextplain
2121
*.rtf diff=astextplain
2222
*.RTF diff=astextplain
23+
24+
Mvc.JQuery.Datatables.Example/* linguist-vendored

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)