'PartialView in JQuery DataTable(datatable.net)
I have a question about JQuery datatable (datatable.net) Previously, I had only html table, wothout any pagination and so on... now I'm using filtering and pagination from this plugin, but I'm stuck on PartialView rendering in row...
Previously I've called my PartialView this way => @Html.Partial("~/Views/Shared/_PartialView.cshtml", new Tuple<string, long?>(SomeObject.ObjectValue, 0)
but now I can't figure out how to call same partial view from datatable.render function...
Can anyone please help me with it?
P.S searched on plugin website but didn't found anything...
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
