webdav portal filter + detail view added

This commit is contained in:
vfedosevich 2015-02-18 02:35:32 -08:00
parent 280628e362
commit 51d432fd2e
156 changed files with 32494 additions and 260 deletions

View file

@ -0,0 +1,13 @@
namespace WebsitePanel.WebDavPortal.Models.Common.DataTable
{
public class JqueryDataTableColumn
{
public string Data { get; set; }
public string Name { get; set; }
public bool Orderable { get; set; }
public JqueryDataTableSearch Search { get; set; }
}
}