layui
layui使用小结
fengcai0123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
layui soulTable springboot 拖动行排序,亲测可用的
html: <table id="goodsTable" lay-filter="goodsTable" ></table> js: layui.use(['table','form','soulTable'], function(){ var table = layui.table //表格 soulTable = layui.soulTable; table.render(原创 2020-09-10 22:18:51 · 1480 阅读 · 1 评论 -
layui checkbox 分页+缓存记录已选项,动态设置选项
layui checkbox 分页缓存记录已选项 index.html文件 <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head th:with="title='管理'"> <link rel="stylesheet" th:href="@{/layui/layu原创 2020-08-09 10:27:31 · 540 阅读 · 0 评论 -
layui 弹窗动态加载数据表格table
html <script type="text/html" id="openProductCount"> <a href="javascript:;" class="layui-table-link" style="display: inline-block; width: 100%;" onclick="symptomEdit('{{d.symptomId}}')">点击弹窗数据表格</a> </script> <!--症状对应分类弹窗--&原创 2020-07-27 18:58:38 · 3292 阅读 · 1 评论
分享