-
Notifications
You must be signed in to change notification settings - Fork 541
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
fixedColumn not freezing first column, fixedColumns:2 hiding table #27
Comments
What version of the plugin are you using? Did you download the latest version through github or from my demo site? (I'm running an older version on my demo site which I need to update which doesn't support multiple fixed columns) If you are using the latest hosted through github then there may be something else going on. Perhaps a conflict with another script. Can you send me more detailed table markup? |
same goes for me, using last minified version of master branch.
makes given table invisible generating following code
it breaks unless height stated explicitly |
no one fixed this yet? |
still no one fixed this yet? |
Nothing seems to happen when I use this:
$('#result_list').fixedHeaderTable({ footer: false, cloneHeadToFoot: false, fixedColumn: true});
And when I use this, the table dissapears :-(
$('#result_list').fixedHeaderTable({ footer: false, cloneHeadToFoot: false, fixedColumns: 2});
I can send you my HTML. I'll paste the pertinent parts below:
Head section:
Table is formatted like this:
freeze_cols.js contains:
The text was updated successfully, but these errors were encountered: