分享

easyui datagrid新增按钮

 xxqa的新文艺 2018-08-25
复制代码
columns: [[
            { field: 'checkid', title: '选择', checkbox: true },
            { field: 'FID', title: '单据内码', align: 'center', hidden: true },
            { field: 'FGroupName', title: '组名', align: 'center', width: '300px' },
            { field: 'FDate', title: '新增日期', align: 'center', width: '250px' },
            { field: 'FStatus', title: '状态', align: 'center', width: '200px' },
            {
                field: 'Word', title: '操作', align: 'center', width: '600px', formatter: function (value, row, index) {

                    return '<a href="#" onclick="editUser(' + index + ')">修改</a>';

                }
            },

        ]],
复制代码

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约