04 2018 档案

摘要:一、append 方法可以用来添加表格里面的内容,数据格式为json(多条数据的添加方式) 阅读全文
posted @ 2018-04-27 09:10 我哼哼 阅读(7117) 评论(0) 推荐(0)
摘要:1.移除表格内容的方法 $('#tb_history_alarms').bootstrapTable('remove',{ field:'viewId', values: [parseInt(viewId)] }) 2.增加表格内容的方法 for(var j = 0; j < zTreeDoorDa 阅读全文
posted @ 2018-04-26 18:28 我哼哼 阅读(249) 评论(0) 推荐(0)
摘要:一、a、为表格配置删除操作 b、onRemoveView回调函数的写法 二、a、为表格配置选择按钮 { field: "选择", title: '选择', events: operateEvents, formatter: AddFunctionAlty }, b、 为配置的选择按钮添加事件 阅读全文
posted @ 2018-04-26 09:11 我哼哼 阅读(383) 评论(0) 推荐(0)