header with colspan plus show and hide columns

header with colspan plus show and hide columns

WyeezWyeez Posts: 1Questions: 0Answers: 0
edited August 2010 in General
Hi all,

Is it possible to use a complex header with colspan and rowspan like here:
http://datatables.net/examples/advanced_init/complex_header.html

in combination with the show and hide feature shown here? :
http://datatables.net/examples/api/show_hide.html


If anyone knows the trick.. please tell me :)

thx
Stefan

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Hi Stefan,

    It certainly is possible. What have you tried so far? For the show / hide all you need to do is call the fnSetColumnVis API function, and for open / close it's fnOpen / fnClose.

    Allan
  • sdysonsdyson Posts: 1Questions: 0Answers: 0
    Hi allan,

    Are you sure it's possible? You seem to suggest not in this thread: http://datatables.net/forums/comments.php?DiscussionID=2136&page=1
This discussion has been closed.