首页 > 解决方案 > Summernote Not Wroking With Datatables

问题描述

I am New to Web Programming ....

I have a Problem With including Libraries , I Using Summer note (/*! Summernote v0.7.3 ) For Add Notes And I Using Data Tables And Bootstrap 4.5

<script src="template/assets/js/datatables.js"></script>

When After Add Above Connection Code

! Summernote Change To Like This

enter image description here

I Changed Up And Down Of Rules and Lines Of Code Libraries Links But does Not Changes Anything

Like This !! up

<script src="template/assets/js/datatables.js"></script>
<script src="template/assets/plugins/summernote/summernote.min.js" type="text/javascript"></script>

!! Down

<script src="template/assets/plugins/summernote/summernote.min.js" type="text/javascript"></script>
<script src="template/assets/js/datatables.js"></script>

After Removed the Data tables Link Summernote Work Correctly

enter image description here

How I Run this 2 Codes Links Without Crashing Like this

标签: javascripthtmldatatableshyperlinksummernote

解决方案


推荐阅读