新增表格拖拽示例

This commit is contained in:
RuoYi
2019-06-19 16:21:22 +08:00
parent 080c66d12b
commit 911fb59e56
8 changed files with 815 additions and 0 deletions

View File

@ -166,4 +166,10 @@
<!-- sparkline线状图插件 -->
<div th:fragment="sparkline-js">
<script th:src="@{/ajax/libs/report/sparkline/jquery.sparkline.min.js}"></script>
</div>
<!-- 表格拖拽插件 -->
<div th:fragment="bootstrap-table-reorder-js">
<script th:src="@{/ajax/libs/bootstrap-table/extensions/reorder/bootstrap-table-reorder.js}"></script>
<script th:src="@{/ajax/libs/bootstrap-table/extensions/reorder/jquery.tablednd.js}"></script>
</div>