首页 > Web开发 > 详细

jquery dataTable 自定义 Button及按钮事件

时间:2015-06-12 19:00:48      阅读:1290      评论:0      收藏:0      [点我收藏+]

参考网址:http://stackoverflow.com/questions/18134913/jquery-datatabletabletool-custom-buttons-calling-events

主要代码如下:

注意:sExtends

"oTableTools": {
                        "sRowSelect": "multi",
                        "aButtons": [  
                               {"sExtends": "new_record","sButtonText": "Add"},
                               {"sExtends": "select","sButtonText": "Delete Recods",
                                 "fnClick": function (nButton, oConfig, oFlash) {
                                   //delete stuff comes here 
                                   alert(‘test‘);
                                           }

                                        }
                                    ]
                        }

 

jquery dataTable 自定义 Button及按钮事件

原文:http://www.cnblogs.com/freeliver54/p/4572039.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!