We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5e1d3 commit e1fb5b7Copy full SHA for e1fb5b7
Mvc.JQuery.Datatables.Example/Views/Home/Index.cshtml
@@ -19,7 +19,7 @@ public class SomeController : Controller
19
public ActionResult Index()
20
{
21
var getDataUrl = Url.Action(nameof(HomeController.GetUsers));
22
- var vm = DataTablesHelper.DataTableVm<UserTableRowViewModel>("idForTableElement", getDataUrl);
+ var vm = DataTablesHelper.DataTableVm<UserTableRowViewModel>("idForTableElement", getDataUrl);
23
24
... configure data table options (see <a href="https://github.com/mcintyre321/mvc.jquery.datatables/tree/master/Mvc.JQuery.DataTables.Example/Controllers/HomeController.cs">HomeController.cs</a>)
25
0 commit comments