123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492 |
-
-
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>镜像站@Layui table模块,数据表格的重载 - 在线演示</title>
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="format-detection" content="telephone=no">
- <script>
- ;!function(){self!==parent&&(location.href="http://www.baidu.com/")}();
- </script>
- <link rel="stylesheet" href="/public/layui/dist/css/layui.css" tppabs="http://res.layui.com/layui/dist/css/layui.css?t=1632428048355" media="all">
- <link rel="stylesheet" href="/public/static/css/global.css" tppabs="http://res.layui.com/static/css/global.css?t=1632428048355-19" media="all">
- </head>
- <body>
- <div class="layui-layout layui-layout-admin">
-
- <div class="layui-header header header-demo" autumn>
- <div class="layui-fluid">
- <a class="logo" href="../../index.html" tppabs="http://www.layui.com/">
- <img src="/public/static/images/layui/logo.png" tppabs="http://res.layui.com/static/images/layui/logo.png" alt="layui">
- </a>
- <div class="layui-form layui-hide-xs component" lay-filter="LAY-site-header-component"></div>
- <div class="layui-hide-xs site-notice"></div>
-
- <ul class="layui-nav" id="LAY_NAV_TOP">
- <li class="layui-nav-item ">
- <a href="../../doc/index.html" tppabs="http://www.layui.com/doc/">文档</a>
- </li>
- <li class="layui-nav-item layui-this">
- <a href="../index.html" tppabs="http://www.layui.com/demo/">示例</a>
- </li>
-
- <li class="layui-nav-item">
- <a href="javascript:;">
- <!--<span class="layui-badge-dot" style="left:0; right: auto; margin: -4px 0 0 5px;"></span>-->
- 周边
- </a>
- <dl class="layui-nav-child layui-nav-child-c">
- <dd class="layui-hide-sm layui-show-xs" lay-unselect>
- <a href="https://gitee.com/sentsin/layui/issues" target="_blank" rel="nofollow">问题反馈</a>
- <hr>
- </dd>
-
- <dd lay-unselect><a href="../../alone.html" tppabs="http://www.layui.com/alone.html" target="_blank" lay-unselect>独立组件</a></dd>
- <dd lay-unselect><a href="../../../fly.layui.com/extend/index.html" target="_blank">扩展组件</a></dd>
- </dl>
- </li>
-
- <li class="layui-nav-item layui-hide-xs">
- <a href="http://gitee.com/sentsin/layui/issues" target="_blank" rel="nofollow">反馈</a>
- </li>
- </ul>
- </div>
- </div>
-
- <!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
- <!--[if lt IE 9]>
- <script src="../../../other/html5shiv/r29/html5.min.js" tppabs="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
- <script src="../../../other/respond.js/1.4.2/respond.min.js" tppabs="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
- <![endif]-->
-
- <div class="layui-side layui-bg-black">
- <div class="layui-side-scroll">
-
- <ul class="layui-nav layui-nav-tree site-demo-nav">
-
- <li class="layui-nav-item layui-nav-itemed">
- <a class="javascript:;" href="javascript:;">演示</a>
- <dl class="layui-nav-child">
- <dd>
- <a href="../index.html" tppabs="http://www.layui.com/demo/">调试预览</a>
- </dd>
- </dl>
- </li>
-
- <li class="layui-nav-item layui-nav-itemed">
- <a class="javascript:;" href="javascript:;">布局</a>
- <dl class="layui-nav-child">
- <dd class="">
- <a href="../grid.html" tppabs="http://www.layui.com/demo/grid.html">栅格</a>
- </dd>
- <dd class="">
- <a href="../admin.html" tppabs="http://www.layui.com/demo/admin.html">框架</a>
- </dd>
- </dl>
- </li>
-
- <li class="layui-nav-item layui-nav-itemed">
- <a class="javascript:;" href="javascript:;">基本元素</a>
- <dl class="layui-nav-child">
- <dd class="">
- <a href="../button.html" tppabs="http://www.layui.com/demo/button.html">按钮</a>
- </dd>
- <dd class="">
- <a href="../form.html" tppabs="http://www.layui.com/demo/form.html">表单</a>
- </dd>
- <dd class="">
- <a href="../nav.html" tppabs="http://www.layui.com/demo/nav.html">导航 / 面包屑</a>
- </dd>
- <dd class="">
- <a href="../menu.html" tppabs="http://www.layui.com/demo/menu.html">基础菜单</a>
- </dd>
- <dd class="">
- <a href="../tab.html" tppabs="http://www.layui.com/demo/tab.html">选项卡</a>
- </dd>
- <dd class="">
- <a href="../progress.html" tppabs="http://www.layui.com/demo/progress.html">进度条</a>
- </dd>
- <dd class="">
- <a href="../panel.html" tppabs="http://www.layui.com/demo/panel.html">面板</a>
- </dd>
- <dd class="">
- <a href="../badge.html" tppabs="http://www.layui.com/demo/badge.html">徽章</a>
- </dd>
- <dd class="">
- <a href="../timeline.html" tppabs="http://www.layui.com/demo/timeline.html">时间线</a>
- </dd>
- <dd class="">
- <a href="../table-element.html" tppabs="http://www.layui.com/demo/table-element.html">静态表格</a>
- </dd>
- <dd class="">
- <a href="../anim.html" tppabs="http://www.layui.com/demo/anim.html">动画</a>
- </dd>
- <dd class="">
- <a href="../auxiliar.html" tppabs="http://www.layui.com/demo/auxiliar.html">辅助元素</a>
- </dd>
- </dl>
- </li>
-
- <li class="layui-nav-item layui-nav-itemed">
- <a class="javascript:;" href="javascript:;">组件示例</a>
- <dl class="layui-nav-child">
- <dd class="">
- <a href="../layer.html" tppabs="http://www.layui.com/demo/layer.html">
- 弹出层
- </a>
- </dd>
- <dd class="">
- <a href="../laydate.html" tppabs="http://www.layui.com/demo/laydate.html">
- 日期与时间选择
- </a>
- </dd>
- <dd class="layui-this">
- <a href="../table.html" tppabs="http://www.layui.com/demo/table.html">
- 数据表格
- </a>
- </dd>
- <dd class="">
- <a href="../laypage.html" tppabs="http://www.layui.com/demo/laypage.html">
- 分页
- </a>
- </dd>
- <dd class="">
- <a href="../dropdown.html" tppabs="http://www.layui.com/demo/dropdown.html">
- 下拉菜单
- </a>
- </dd>
- <dd class="">
- <a href="../upload.html" tppabs="http://www.layui.com/demo/upload.html">
- 文件上传
- </a>
- </dd>
- <dd class="">
- <a href="../transfer.html" tppabs="http://www.layui.com/demo/transfer.html">
- 穿梭框
- </a>
- </dd>
-
- <dd class="">
- <a href="../tree.html" tppabs="http://www.layui.com/demo/tree.html">
- 树形组件
- </a>
- </dd>
- <dd class="">
- <a href="../colorpicker.html" tppabs="http://www.layui.com/demo/colorpicker.html">
- 颜色选择器
- </a>
- </dd>
- <dd class="">
- <a href="../slider.html" tppabs="http://www.layui.com/demo/slider.html">
- 滑块
- </a>
- </dd>
- <dd class="">
- <a href="../rate.html" tppabs="http://www.layui.com/demo/rate.html">
- 评分
- </a>
- </dd>
- <dd class="">
- <a href="../carousel.html" tppabs="http://www.layui.com/demo/carousel.html">
- 轮播
- </a>
- </dd>
- <dd class="">
- <a href="../laytpl.html" tppabs="http://www.layui.com/demo/laytpl.html">
- 模板引擎
- </a>
- </dd>
- <dd class="">
- <a href="../flow.html" tppabs="http://www.layui.com/demo/flow.html">
- 流加载
- </a>
- </dd>
- <dd class="">
- <a href="../util.html" tppabs="http://www.layui.com/demo/util.html">
- 工具模块
- </a>
- </dd>
- <dd class="">
- <a href="../code.html" tppabs="http://www.layui.com/demo/code.html">
- 文本行修饰
- </a>
- </dd>
- </dl>
- </li>
-
- <li class="layui-nav-item" style="height: 30px; text-align: center"></li>
- </ul>
- </div>
- </div>
-
- <style>
- body .site-demo-title,
- body .layui-layout-admin .site-demo{left: 360px}
- .layui-layout-admin .site-demo-body{top: 107px;}
- body .site-demo-code{left: 160px;}
- </style>
- <div class="layui-side layui-side-child">
- <div class="layui-side-scroll">
- <!-- 左侧子菜单 -->
- <ul class="layui-nav layui-nav-tree site-demo-table-nav">
- <li class="layui-nav-item ">
- <a class="layui-nav-title" class="layui-nav-title" href="../table.html" tppabs="http://www.layui.com/demo/table.html">简单数据表格</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="auto.html" tppabs="http://www.layui.com/demo/table/auto.html">列宽自动分配<span class="layui-badge-dot"></span></a>
- </li>
-
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="data.html" tppabs="http://www.layui.com/demo/table/data.html">赋值已知数据</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="static.html" tppabs="http://www.layui.com/demo/table/static.html">转化静态表格</a>
- </li>
-
- <hr>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="page.html" tppabs="http://www.layui.com/demo/table/page.html">开启分页</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="resetPage.html" tppabs="http://www.layui.com/demo/table/resetPage.html">自定义分页</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="toolbar.html" tppabs="http://www.layui.com/demo/table/toolbar.html">开启头部工具栏<span class="layui-badge-dot"></span></a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="totalRow.html" tppabs="http://www.layui.com/demo/table/totalRow.html">开启合计行<span class="layui-badge-dot"></span></a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="checkbox.html" tppabs="http://www.layui.com/demo/table/checkbox.html">开启复选框</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="radio.html" tppabs="http://www.layui.com/demo/table/radio.html">开启单选框<span class="layui-badge-dot"></span></a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="cellEdit.html" tppabs="http://www.layui.com/demo/table/cellEdit.html">开启单元格编辑</a>
- </li>
- <hr>
-
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="form.html" tppabs="http://www.layui.com/demo/table/form.html">加入表单元素</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="style.html" tppabs="http://www.layui.com/demo/table/style.html">设置单元格样式</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="fixed.html" tppabs="http://www.layui.com/demo/table/fixed.html">固定列</a>
- </li>
-
- <hr>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="operate.html" tppabs="http://www.layui.com/demo/table/operate.html">数据操作</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="parseData.html" tppabs="http://www.layui.com/demo/table/parseData.html">解析任意数据格式<span class="layui-badge-dot"></span></a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="onrow.html" tppabs="http://www.layui.com/demo/table/onrow.html">行事件<span class="layui-badge-dot"></span></a>
- </li>
- <li class="layui-nav-item layui-this">
- <a class="layui-nav-title" href="reload.html" tppabs="http://www.layui.com/demo/table/reload.html">数据表格的重载</a>
- </li>
- <hr>
-
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="height.html" tppabs="http://www.layui.com/demo/table/height.html">高度最大化适应</a>
- </li>
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="initSort.html" tppabs="http://www.layui.com/demo/table/initSort.html">设置初始排序</a>
- </li>
-
-
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="cellEvent.html" tppabs="http://www.layui.com/demo/table/cellEvent.html">单元格事件</a>
- </li>
-
- <li class="layui-nav-item ">
- <a class="layui-nav-title" href="thead.html" tppabs="http://www.layui.com/demo/table/thead.html">复杂表头</a>
- </li>
-
- <hr>
- <li class="layui-nav-item">
- <a class="layui-nav-title" href="../../doc/modules/table.html" tppabs="http://www.layui.com/doc/modules/table.html" target="_blank">更多用法见文档</a>
- </li>
- </ul>
- </div>
- </div>
-
- <div class="layui-tab layui-tab-brief site-demo-table" lay-filter="demoTitle">
- <ul class="layui-tab-title site-demo-title">
- <li class="layui-this">预览</li>
- <li>查看代码</li>
- <li>帮助</li>
- </ul>
- <div class="layui-body layui-tab-content site-demo site-demo-body">
- <div class="layui-tab-item layui-show">
- <div class="layui-main">
-
- <div id="LAY_preview">
-
- <div class="demoTable">
- 搜索ID:
- <div class="layui-inline">
- <input class="layui-input" name="id" id="demoReload" autocomplete="off">
- </div>
- <button class="layui-btn" data-type="reload">搜索</button>
- </div>
-
- <table class="layui-hide" id="LAY_table_user" lay-filter="user"></table>
-
- </div>
-
- <blockquote class="layui-elem-quote" style="margin-top: 30px;">
- 更多我们未能呈现的示例,还有待您在阅读文档、以及不断使用的过程,去深入挖掘。
- </blockquote>
- <div style="margin: 15px 0 100px; padding-bottom: 100px;">
- </div>
- </div>
- </div>
-
-
- <div class="layui-tab-item">
- <textarea class="layui-border-box site-demo-text site-demo-code" id="LAY_democode" spellcheck="false" readonly>
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>镜像站@Layui</title>
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <link rel="stylesheet" href="/public/layui/dist/css/layui.css" tppabs="http://res.layui.com/layui/dist/css/layui.css" media="all">
- <!-- 注意:如果你直接复制所有代码到本地,上述css路径需要改成你本地的 -->
- </head>
- </textarea>
- </div>
-
-
- <div class="layui-tab-item">
- <div class="layui-main">
- <p></p>
-
-
-
- <fieldset class="layui-elem-field layui-field-title" style="margin-top: 50px;">
- <legend>相关</legend>
- </fieldset>
- <a class="layui-btn layui-btn-normal" href="../../doc/modules/table.html" tppabs="http://www.layui.com/doc/modules/table.html" target="_blank">表格模块文档</a>
- </div>
- </div>
-
-
- </div>
- </div>
-
- <div class="layui-footer footer footer-demo">
- <p>
- Copyright © 2021 <a href="../../index.html" tppabs="http://www.layui.com/">「本站仅为 layui 文档保留的镜像站点,与官方无关」</a> MIT Licensed</p>
- <p>
- <a href="../../about/disclaimer.html" tppabs="http://www.layui.com/about/disclaimer.html" target="_blank">免责声明</a>
- <a href="../../about/relatedlinks.html" tppabs="http://www.layui.com/about/relatedlinks.html" target="_blank">友链</a>
- <a href="javascript:;" site-event="weixinmp">公众号</a>
-
-
- </p>
- <div class="site-union">
- <p class="site-union-desc">
- <span>
-
- </span>
- </p>
- </div>
- </div>
- <script>
- window.global = {
- pageType: 'demo'
- ,preview: function(){
- var preview = document.getElementById('LAY_preview');
- return preview ? preview.innerHTML : '';
- }()
- };
- </script>
- <div class="site-tree-mobile layui-hide">
- <i class="layui-icon layui-icon-spread-left"></i>
- </div>
- <div class="site-mobile-shade"></div>
-
- <script src="/public/layui/dist/layui.js" tppabs="http://res.layui.com/layui/dist/layui.js?t=1632428048355" charset="utf-8"></script>
- <script>
- layui.config({
- base: '/public/static/lay/modules/layui/'
- ,version: '1632428048355'
- }).use('global');
- </script>
-
- </div>
- <div id="LAY_democodejs">
- <script>
- layui.use('table', function(){
- var table = layui.table;
-
- //方法级渲染
- table.render({
- elem: '#LAY_table_user'
- ,url: '../../demo/table/user/-page=1&limit=30.js'
- ,cols: [[
- {checkbox: true, fixed: true}
- ,{field:'id', title: 'ID', width:80, sort: true, fixed: true}
- ,{field:'username', title: '用户名', width:80}
- ,{field:'sex', title: '性别', width:80, sort: true}
- ,{field:'city', title: '城市', width:80}
- ,{field:'sign', title: '签名'}
- ,{field:'experience', title: '积分', sort: true, width:80}
- ,{field:'score', title: '评分', sort: true, width:80}
- ,{field:'classify', title: '职业', width:80}
- ,{field:'wealth', title: '财富', sort: true, width:135}
- ]]
- ,id: 'testReload'
- ,page: true
- ,height: 310
- });
-
- var $ = layui.$, active = {
- reload: function(){
- var demoReload = $('#demoReload');
-
- //执行重载
- table.reload('testReload', {
- page: {
- curr: 1 //重新从第 1 页开始
- }
- ,where: {
- key: {
- id: demoReload.val()
- }
- }
- });
- }
- };
-
- $('.demoTable .layui-btn').on('click', function(){
- var type = $(this).data('type');
- active[type] ? active[type].call(this) : '';
- });
- });
- </script>
- </div>
- </body>
- </html>
|