{"id":444,"date":"2025-08-07T08:55:43","date_gmt":"2025-08-07T00:55:43","guid":{"rendered":"https:\/\/www.hyw.life\/?p=444"},"modified":"2025-10-21T16:11:21","modified_gmt":"2025-10-21T08:11:21","slug":"layui%e7%9a%84totalrow%e9%bb%98%e8%ae%a4%e4%b8%ba%e4%b8%a4%e4%bd%8d%e5%b0%8f%e6%95%b0%ef%bc%8c%e6%8c%89%e9%9c%80%e8%a6%81%e4%bf%ae%e6%94%b9%e4%b8%ba%e6%95%b4%e6%95%b0","status":"publish","type":"post","link":"https:\/\/www.hyw.life\/?p=444","title":{"rendered":"layui\u7684totalRow\u9ed8\u8ba4\u4e3a\u4e24\u4f4d\u5c0f\u6570\uff0c\u6309\u9700\u8981\u4fee\u6539\u4e3a\u6574\u6570"},"content":{"rendered":"\n<p><strong>\u7b80\u4ecb\uff1a<\/strong>\u00a0layui\u7684totalRow\u9ed8\u8ba4\u4e3a\u4e24\u4f4d\u5c0f\u6570\uff0c\u6309\u9700\u8981\u4fee\u6539\u4e3a\u6574\u6570<\/p>\n\n\n\n<span id=\"h2-0\" class=\"heading-anchor\" aria-hidden=\"true\"><\/span><h2 class=\"wp-block-heading\">\u65b9\u6cd51\uff1a<\/h2>\n\n\n\n<p>\u9700\u8981\u4fee\u6539\u9759\u6001\u8d44\u6e90 \u2026\\resources\\<a href=\"https:\/\/so.csdn.net\/so\/search?q=static&amp;spm=1001.2101.3001.7020\" target=\"_blank\" rel=\"noreferrer noopener\">static<\/a>\\layui\\lay\\modules\\table.js \u91cc\u9762\u7684\u6570\u636e\u3002<\/p>\n\n\n\n<p><strong>1.\u5b9a\u4f4d<\/strong>\u5230table.js\u6587\u4ef6\u7684 i.eachCols \u4f4d\u7f6e\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.hyw.life\/wp-content\/uploads\/2025\/08\/image.png\"><a href=\"https:\/\/www.hyw.life\/wp-content\/uploads\/2025\/08\/image.png\"><img loading=\"lazy\" decoding=\"async\" width=\"614\" height=\"187\" src=\"https:\/\/www.hyw.life\/wp-content\/uploads\/2025\/08\/image.png\" alt=\"\" class=\"wp-image-445\" srcset=\"https:\/\/www.hyw.life\/wp-content\/uploads\/2025\/08\/image.png 614w, https:\/\/www.hyw.life\/wp-content\/uploads\/2025\/08\/image-300x91.png 300w\" sizes=\"auto, (max-width: 614px) 100vw, 614px\" \/><\/a><\/a><\/figure>\n\n\n\n<p><strong>2.\u5177\u4f53\u5185\u5bb9<\/strong>\uff1a<\/p>\n\n\n\n<p>d=function(){var e=o.totalRowText || &#8220;&#8221;,format=<em>o<\/em>.totalFixed !== undefined ? parseInt(<em>o<\/em>.totalFixed) : 2,i,a={};i=parseFloat(l[r]).toFixed(format);return a[r]=i,i=u(o, i, a),t ? t[o.field] || e: o.totalRow ? i || e: e}<\/p>\n\n\n\n<p><strong>3.\u8bf4\u660e<\/strong>\uff1a<\/p>\n\n\n\n<p>\u6dfb\u52a0\u4e86 totalFixed \u8fd9\u4e2a\u81ea\u5b9a\u4e49\u5c5e\u6027\uff0c\u4f5c\u4e3atoFixed(format)\uff0c\u683c\u5f0f\u5316\u4f4d\u6570\u3002<\/p>\n\n\n\n<p><strong>4.\u4f7f\u7528<\/strong>\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>table.render({\n    elem: '#test'\n    ,url:'\/zjjgxy\/getZjjgxyCountData'\n    ,toolbar: '#toolbarDemo' \/\/\u5f00\u542f\u5934\u90e8\u5de5\u5177\u680f\n    ,defaultToolbar: &#91;'exports']\n    ,title: '\u8d44\u91d1\u76d1\u7ba1\u7edf\u8ba1'\n    ,totalRow: true\n    ,cols: &#91;\n        &#91;\n            {field:'bldw', title:'\u529e\u7406\u5355\u4f4d', width:100, totalRowText: '\u5408\u8ba1'}\n            ,{field:'jgyh', title:'\u76d1\u7ba1\u94f6\u884c', width:100}\n            ,{field:'jgsl', title:'\u76d1\u7ba1\u6570\u91cf', width:100, totalRow: true, totalFixed:'0'}\n            ,{field:'jzmj', title:'\u5efa\u7b51\u9762\u79ef', width:100, totalRow: true}\n            ,{field:'fx', title:'\u4ed8\u606f', width:100, totalRow: true}\n        ]\n    ]\n    ,page: true\n});<\/code><\/pre>\n\n\n\n<span id=\"h2-1\" class=\"heading-anchor\" aria-hidden=\"true\"><\/span><h2 class=\"wp-block-heading\"><strong>\u65b9\u6cd52\uff1a<\/strong><\/h2>\n\n\n\n<p>\u8868\u683c\u6e32\u67d3\u5b8c\u6210\u540e\u5728done\u51fd\u6570\u5904\u7406\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>table.render({\n    elem: '#demo'\n    ,height: 312\n    ,url: '\/demo\/table\/data\/' \/\/\u6570\u636e\u63a5\u53e3\n    ,page: true \/\/\u5f00\u542f\u5206\u9875\n    ,totalRow: true\t\/\/ \u5f00\u542f\u5408\u5e76\u884c\u533a\u57df\n    ,cols: &#91;&#91; \n      {field: 'id', title: 'ID', width:80, sort: true, fixed: 'left'}\n      ,{field: 'username', title: '\u7528\u6237', width:80}\n      ,{field: 'count', title: '\u603b\u6b21\u6570', width:80, align:'center', totalRow: true} \/\/ \u9700\u8981\u5408\u5e76\n      ,{field: 'pro_count', title: '\u95ee\u9898\u6b21\u6570', width:80, align:'center', totalRow: true} \/\/ \u9700\u8981\u5408\u5e76\n    ]]\n    ,done: function(res, curr, count){\n        var divArr = $(\".layui-table-total div.layui-table-cell\");\n     $.each(divArr,function (index,item) {\n         var _div = $(item);\n         var content = _div.html();\n         content = content.replace(\".00\",\"\");\n         _div.html(content);\n     });\n    }\n  }); \n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7b80\u4ecb\uff1a\u00a0layui\u7684totalRow\u9ed8\u8ba4\u4e3a\u4e24\u4f4d\u5c0f\u6570\uff0c\u6309\u9700\u8981\u4fee\u6539\u4e3a\u6574\u6570 \u65b9\u6cd51\uff1a \u9700\u8981\u4fee\u6539\u9759\u6001\u8d44\u6e90 \u2026\\reso [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":477,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[37],"class_list":["post-444","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-qd","tag-layui"],"_links":{"self":[{"href":"https:\/\/www.hyw.life\/index.php?rest_route=\/wp\/v2\/posts\/444","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hyw.life\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hyw.life\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hyw.life\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hyw.life\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=444"}],"version-history":[{"count":3,"href":"https:\/\/www.hyw.life\/index.php?rest_route=\/wp\/v2\/posts\/444\/revisions"}],"predecessor-version":[{"id":450,"href":"https:\/\/www.hyw.life\/index.php?rest_route=\/wp\/v2\/posts\/444\/revisions\/450"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hyw.life\/index.php?rest_route=\/wp\/v2\/media\/477"}],"wp:attachment":[{"href":"https:\/\/www.hyw.life\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=444"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hyw.life\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=444"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hyw.life\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=444"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}