}
}
}
}
} );
/*
* TableTools Bootstrap compatibility
* Required TableTools 2.1+
*/
if ( $.fn.DataTable.TableTools ) {
// Set the classes that TableTools uses to something suitable for Bootstrap
$.extend( true, $.fn.DataTable.TableTools.classes, {
"container": "DTTT btn-group",
"buttons": {
"normal": "btn btn-default",
"disabled": "disabled"
},
"collection": {
"container": "DTTT_dropdown dropdown-menu",
"buttons": {
"normal": "",
"disabled": "disabled"
}
},
"print": {
"info": "DTTT_print_info modal"
},
"select": {
"row": "active"
}
} );
// Have the collection use a bootstrap compatible dropdown
$.extend( true, $.fn.DataTable.TableTools.DEFAULTS.oTags, {
"collection": {
"container": "ul",
"button": "li",
"liner": "a"
}
} );
}
模态框分页java代码的介绍就聊到这里吧 , 感谢你花时间阅读本站内容,更多关于javascript模态框、模态框分页java代码的信息别忘了在本站进行查找喔 。
- mongodbtemplate分页 mongodb如何分页
- redis缓存商品列表 淘宝redis缓存框架
- mysql分页性能优化 mysql分页执行很慢
- mysql分页有什么优化 mysql分页功能
- mongodbtemplate分页 mongodb分页使用条件
- mysql分库分表跨库查询 mysql跨分区分页查询
- mysql分页语句 mysql分页性能优化
- mongodb查询分页 mongodb查看分片个数
- mysql怎么实现分页查询 mysql分页获取
- mysql分页sql mysql一条语句分页
