-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide column at init. table #1133
Comments
Hi @airthomas! When setting up the column selector, the default setting of $(function() {
$("table").tablesorter({debug: true,
theme: 'blue',
widgets: ['columnSelector'],
widgetOptions : {
columnSelector_mediaquery: false,
columnSelector_columns: {
0: false,
2: false
}
}
});
}); Also, the demo won't work unless the |
Hi Mottie, I have tried http://jsfiddle.net/Mottie/3pS6v/223/, looks has cache problem, when I change |
That is happening because the |
great, many thanks Mottie. |
Hi,
In http://jsfiddle.net/3pS6v/222/, the columns still display. Please help and many thanks.
The text was updated successfully, but these errors were encountered: