You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a controller (see <astyle="color: dodgerblue;"href="https://github.com/mcintyre321/mvc.jquery.datatables/tree/master/Mvc.JQuery.DataTables.Example/Controllers/HomeController.cs">example</a>)
16
+
If not using Mvc.JQuery.DataTables.Templates, configure DataTables to use its embedded resources in your Startup class
Create a controller (see <astyle="color: dodgerblue;"href="https://github.com/mcintyre321/mvc.jquery.datatables/tree/master/Mvc.JQuery.DataTables.AspNetCore.Example/Controllers/HomeController.cs">example</a>)
@@ -39,7 +60,7 @@ public class SomeController : Controller
39
60
</pre>
40
61
41
62
<p>
42
-
and render the partial (see <ahref="https://github.com/mcintyre321/mvc.jquery.datatables/tree/master/Mvc.JQuery.DataTables.Example/Views/Home/Index.cshtml">example</a>)
63
+
and render the partial (see <ahref="https://github.com/mcintyre321/mvc.jquery.datatables/tree/master/Mvc.JQuery.DataTables.AspNetCore.Example/Views/Home/Index.cshtml">example</a>)
43
64
44
65
<preclass="highlight">
45
66
//include these scripts to use standard features
@@ -62,7 +83,7 @@ public class SomeController : Controller
var dataTablesConfigVm = dataTablesConfigVmHtml.DataTableVm("table-id", (HomeController h) => h.GetUsers(null))
65
-
//set options on the config here, see <ahref="https://github.com/mcintyre321/mvc.jquery.datatables/tree/master/Mvc.JQuery.Datatables.Example/Views/Home/_ExampleTable.cshtml">example here</a>
86
+
//set options on the config here, see <ahref="https://github.com/mcintyre321/mvc.jquery.datatables/tree/master/Mvc.JQuery.Datatables.AspNetCore.Example.AspNetCore/Views/Home/_ExampleTable.cshtml">example here</a>
0 commit comments