colvis
colvis
biniammesfin
Posts: 4Questions: 0Answers: 0
colvis plugin dont seem to work for me at all. is there any extension or specific jquery version that i have to download? currently i am using jquery 2.0.2
This discussion has been closed.
Replies
Thanks for your response, my problem is i don't get even an error or an output, like i dont even see the (show/hide) button after adding the colvis plugin, some how the js file is not being executed. here is the code i used to get the multiselect button and colvis functionality......its a partial code but i guess you can tell what i wanted to do.
container
.filterOrFind("#id")
.each(function (index, element) {
$(element).dataTable({
sPaginationType: "bootstrap",
oLanguage: {
sSearch: "Search"
},
bStateSave: true,
"sDom":'C<"clear">lfrtip',
"oColVis": {
"buttonText": "Change columns"
}
});
});
Allan
It was a silly mistake that i made , that i am even a shamed of to talk about.
i have one question on the colvis drop down though, i have 75 columns in my page, and you can imagine the length of the collection of buttons in the drop-down which goes way beyond the height of the window and if there is a way to make it scrollable?