Skip to content
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

fix the row height and column width #21

Open
futurepriya opened this issue Nov 25, 2011 · 1 comment
Open

fix the row height and column width #21

futurepriya opened this issue Nov 25, 2011 · 1 comment

Comments

@futurepriya
Copy link

Hi

the table records are generated dynamically. how to fix the row height and column width

@acisser
Copy link

acisser commented Nov 25, 2011

Just apply again the fixedHeaderTable method to your table after dynamically add or remove rows.

$('.myTable01').fixedHeaderTable({ height: '500', width: '800', footer: true, cloneHeadToFoot: false, altClass: 'odd', themeClass: 'fancyTable', autoShow: false });
$('.myTable01').fixedHeaderTable('show', 1000);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants