导航

2012年11月29日

摘要: 本文共四部分:官网 | 基本使用|遇到的问题|属性表一:官方网站:[http://www.datatables.net/]二:基本使用:[http://www.guoxk.com/node/jquery-datatables]1、DataTables的默认配置$(document).ready(function() {$('#example').dataTable();} );示例:http://www.guoxk.com/html/DataTables/Zero-configuration.html2、DataTables的一些基础属性配置"bPaginate&qu 阅读全文

posted @ 2012-11-29 18:12 immiki 阅读(384) 评论(0) 推荐(0) 编辑

摘要: 1 Cannot call method ’fnSetData‘ of undefined原因:表格中有class为hidden的列,使得内容部分的列数多于表头2Data Tables warning(table id = 'xxxx'):Cannot reinitialize Data Table。解决办法 使用"bRetrieve": true选项即可 阅读全文

posted @ 2012-11-29 14:44 immiki 阅读(227) 评论(0) 推荐(0) 编辑

摘要: 问题描述:bootstrap框架中,在modal内加一个collapse,点击collapse,modal也会随着消失参考资料:https://github.com/twitter/bootstrap/issues/2752问题解决:$modal.find('#myCollapsible').on('hidden', function (event) { event.stopPropagation()}) 阅读全文

posted @ 2012-11-29 13:30 immiki 阅读(247) 评论(0) 推荐(0) 编辑