header with colspan plus show and hide columns
header with colspan plus show and hide columns
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
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
This discussion has been closed.
Replies
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
Are you sure it's possible? You seem to suggest not in this thread: http://datatables.net/forums/comments.php?DiscussionID=2136&page=1