╰☆把酒言欢
                               聪明出于勤奋,天才在于积累.
datatables的官方例子中似乎没有提到表格双击和获取相应行号的功能;
经过探索可以按照以下方式实现: 
$("#example tbody tr").dblclick(function(e){
var index = $(this).context._DT_RowIndex; //行号
}
posted on 2014-08-20 10:51  把酒言欢  阅读(10646)  评论(1编辑  收藏  举报