Anyone can apply DataTables with colorbox, lightbox, modal or others

Anyone can apply DataTables with colorbox, lightbox, modal or others

peterXPpeterXP Posts: 5Questions: 0Answers: 0
edited April 2011 in TableTools
I think it should perfect if some one post an example that apply with above,
sorry I am not good English.

Replies

  • peterXPpeterXP Posts: 5Questions: 0Answers: 0
    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
  • peterXPpeterXP Posts: 5Questions: 0Answers: 0
    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]
  • madahmanimadahmani Posts: 3Questions: 0Answers: 0
    Hi All,

    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 :)
This discussion has been closed.