apply and after click next page, sorting, it lost colorbox.
when i should initial colorbox, after which function fnInitComplete, or other
please help me to solve this problem
refer to : http://datatables.net/forums/comments.php?DiscussionID=1628&page=1#Comment_19824
this work for colorbox
[code]
"fnDrawCallback": function() {
$(".modalframe", oTable.fnGetNodes()).colorbox({width:"750px", height:"650px", iframe:true});
}
[/code]
Replies
when i should initial colorbox, after which function fnInitComplete, or other
please help me to solve this problem
this work for colorbox
[code]
"fnDrawCallback": function() {
$(".modalframe", oTable.fnGetNodes()).colorbox({width:"750px", height:"650px", iframe:true});
}
[/code]
If anyone wants to apply a lightbox modal window to the DataTables here is an easy way I discovered while searching a solution for this problem:
Jut use FancyBox : http://fancyapps.com/fancybox/
And leave happily after :)