Anyone can apply DataTables with colorbox, lightbox, modal or others
Anyone can apply DataTables with colorbox, lightbox, modal or others
peterXP
Posts: 5Questions: 0Answers: 0
I think it should perfect if some one post an example that apply with above,
sorry I am not good English.
sorry I am not good English.
This discussion has been closed.
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 :)