Skip to content

Commit e1fb5b7

Browse files
Harry McIntyreHarry McIntyre
authored andcommitted
Improved docs
1 parent be5e1d3 commit e1fb5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mvc.JQuery.Datatables.Example/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class SomeController : Controller
1919
public ActionResult Index()
2020
{
2121
var getDataUrl = Url.Action(nameof(HomeController.GetUsers));
22-
var vm = DataTablesHelper.DataTableVm<UserTableRowViewModel>("idForTableElement", getDataUrl);
22+
var vm = DataTablesHelper.DataTableVm&ltUserTableRowViewModel>("idForTableElement", getDataUrl);
2323

2424
... 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>)
2525

0 commit comments

Comments
 (0)