随笔分类 - thinkphp数据管理网
摘要:1.为了使用如图效果(即将按钮放入行内http://www.datatables.net/examples/ajax/null_data_source.html)采用了另一个数据格式2.后台php,取表格数据变为:public function initable(){ $db = M('ya...
阅读全文
摘要:1.后台phppublicfunctionaddtable(){ $data=$_POST; if(M('yanfa_project')->add($data)){ $this->ajaxReturn("success"); }}
阅读全文
摘要:2014年8月10日星期日使用jquery.datatables.js取后台数据。1.html代码id项目内容所属公司开始日期结束日期成员需求分析方案状态操作人备注2.js代码 var tables=$('.dataTables-example').DataTable({ "p...
阅读全文