码迷,mamicode.com
首页 > Web开发 > 详细

jquery dataTable 自定义 Button及按钮事件

时间:2015-06-12 19:03:50      阅读:214      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!