您的位置:首页 > 文旅 > 旅游 > 辽宁工程招标信息网_广西远伟网络科技有限公司_推广之家app_看网站搜索什么关键词

辽宁工程招标信息网_广西远伟网络科技有限公司_推广之家app_看网站搜索什么关键词

2024/12/23 11:15:52 来源:https://blog.csdn.net/f897907070/article/details/142491671  浏览:    关键词:辽宁工程招标信息网_广西远伟网络科技有限公司_推广之家app_看网站搜索什么关键词
辽宁工程招标信息网_广西远伟网络科技有限公司_推广之家app_看网站搜索什么关键词

       以下示例设置动态表格某一行的数据

ea.table.render({

                init: init,

                toolbar: ['refresh', 'delete','add'],

                cols: [[

                    {type: 'checkbox'},

                    {field: 'id', title: 'id'},

                    {field: 'cate.title', title: '分类'},

                    {field: 'image', title: '缩略图', templet: ea.table.image},

                    {field: 'name', title: '姓名'},

                    {field: 'phone', title: '电话'},

                    {field: 'license_number', title: '执业证号'},

                    {field: 'level', title: '等级'},

                    {field: 'province', title: '省'},

                    {field: 'city', title: '市'},

                    {field: 'good_sector', title: '擅长领域'},

                    {field: 'remark', title: '备注', templet: ea.table.text},

                    {field: 'create_time', title: '添加时间'},

                    {field: 'status', title: '状态', templet: ea.table.switch},

                    {field: 'price', title: '价格'},

                    {width: 250, title: '操作', templet: ea.table.tool},

                ]],

                done: function (res, curr, count) {

                    console.log(res);  //打印数据

                    console.log(curr);//打印当前行数

                    console.log(count);  //数据总条数

                    // 官方介绍  https://www.layui.com/doc/modules/table.html#templet

                    res.data.forEach(function (item, index) {   //循环数据

                        if (item.id == 1) {   //当数据id为1时

                            var tr = $(".layui-table").find("tbody tr[data-index='" + index + "']"); //查找某一行的数据

                            tr.css("background-color", "#98FB98"); //标记该行的背景色

                            // 给1-0-9列添加样式

                            tr.find(".laytable-cell-1-0-9").css("color","red");  //标记该行某一列的颜色

                        }

                    });

                }

            });

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com