需求目的:
双击web单元格编辑后,保存数据到mongodb数据库。就像Excel那样更新数据。
1. 首先Layui 标识列可单击修改添加 edit:text标识,标识列可修改
{field: 'Id', title: '编号', width: 80, sort: true, fixed: 'left'}
,{field: 'username', title: '用户名' , edit: 'text'}
,{field: 'gender', title: '性别', width: 80 , edit: 'text'}
,{field: 'password', title: '密码', width: 80 , edit: 'text'}
,{field: 'address', title: '地址', width: 80 , edit: 'text'}
,{field: 'email', title: '邮箱', width: 80 , edit: 'text'}
,{field: 'phone', title: '电话', width: 80 , edit: 'text'}
此时点击数据,可看到数据表进入编辑模式
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)