ColVis - display show/hide list on click event

ColVis - display show/hide list on click event

gooshygooshy Posts: 4Questions: 0Answers: 0
edited December 2010 in Plug-ins
Hi,

Is it possible to bind the show hide list to a click event so I can show and hide the list by click on a piece of text. I do not want to have the button visible on my page but would instead prefer to have a link. The following would be the best solution but I don't know what I need to call to get the hide show to appear. I have multiple datatables on a page so would like a separate link for each of them.

$('#oosLink').click(function() {
//Do something here.
});

Thanks.
This discussion has been closed.