@model WeApp.Views.Shared.Table.TableViewModel @if (Model.HasBox) { @Html.Raw("
") } @{ if (Model.HasBox&&(Model.ActiveMenu != null|| Model.SearchForm != null)) { @Html.Action("ToolMenu", "Layout", new { activeMenu = Model.ActiveMenu, searchForm = Model.SearchForm }) } } @*data-content-type="application/x-www-form-urlencoded; charset=UTF-8"*@ @if (Model.FieldItems != null && Model.FieldItems.Any()) { foreach (var item in Model.FieldItems) { var formatter = string.IsNullOrEmpty(item.Formatter) ? "" : "data-formatter=\"" + item.Formatter + "\""; } }
@(item.DisplayName)
@if (Model.HasBox) { @Html.Raw("
") }