1.7.3.DataTable plug-in using AJAX source
install-package jquery.datatables -version:1.10.11bundles.Add(new ScriptBundle("~/bundles/lib").Include( "~/Scripts/jquery-{version}.js", "~/Scripts/bootstrap.js", "~/Scripts/bootbox.js", "~/Scripts/respond.js", "~/Scripts/DataTables/jquery.datatables.js", "~/Scripts/DataTables/datatables.bootstrap.js" )); bundles.Add(new StyleBundle("~/Content/css").Include( "~/Content/bootstrap.css", "~/Content/datatables/css/datatable.bootstrap.css", "~/Content/site.css"));@Scripts.Render("~/bundles/lib")public ActionResult Index() { return View(); }
Last updated