This commit is contained in:
2020-02-14 16:38:26 +00:00
parent c2148e9340
commit 1cb3af8d22
4 changed files with 51 additions and 52 deletions

12
util.cs
View File

@@ -605,7 +605,17 @@ namespace raven_integration
return d;
}
//t(dfilter, dsortarray, 999, 0, false, "UserDataList"));
public static object BuildSimpleSortDataListViewColumn(string fieldKey, string sort)
{
dynamic d = new JObject();
d.fld = fieldKey;
d.sort = sort;
return d;
}
//t(dfilter, dsortarray, 999, 0, false, "UserDataList"));
// public static string BuildDataListRequest(object p = null, object o = null, int limit = 999, int offset = 0, bool bWhatever=false, string dataListKey = "TestWidgetDataList")
// {
// throw new System.NotImplementedException();