Hi
I want to display the below code in Jquery/BootStrap datatable
@model IEnumerable
@*@{
Layout = null;
}*@
@Html.DisplayNameFor(model => model.Description) | |
|---|---|
@Html.DisplayFor(modelItem => item.Description) |
Thanks
Sachin SinghPosted May 27, 2021, 5:06 PM