How could I resolve this error do you know?
How could I resolve this error do you know?
gianca7u7
Posts: 6Questions: 2Answers: 0
I have installed jquery with boostrap in a .net framework 4.8 project and this error makes me wonder if the plugin Will work or not
my links and scripts in that respective order of calling
<script src="~/Scripts/Datatable-Jquery/jquery-3.0.0.js"></script>
<link href="~/Content/bootstrap4/bootstrap.css" rel="stylesheet" media="screen" />
<script src="~/Scripts/Bootstrap/bootstrap.min.js"></script>
<link href="~/Content/datatable-bootstrap/dataTables.bootstrap4.min.css" rel="stylesheet" />
<link href="~/Content/datatable-bootstrap/rowReorder.bootstrap4.min.css" rel="stylesheet" />
<link href="~/Content/datatable-bootstrap/responsive.bootstrap4.min.css" rel="stylesheet" />
<script src="~/Scripts/Datatable-Jquery/jquery.dataTables.min.js"></script>
<script src="~/Scripts/Datatable-Jquery/dataTables.rowReorder.min.js"></script>
<script src="~/Scripts/Datatable-Jquery/dataTables.responsive.min.js"></script>
<script src="~/Scripts/Datatable-Jquery/dataTables.bootstrap4.min.js"></script>
Answers
intending to install datatable, don't mention it
I don't understand your second message I'm afraid. Did you resolve the issue?
It sounds as if the Bootstrap Javascript wasn't being included, but I can see that it was in your listing. I'd really need a link to a page showing the issue to be able to offer any help.
Allan
Yep, that should definitely work. If you look at this example here, ensure you have the necessary files listed on the Javascript and CSS tabs beneath the table in that order.
Colin