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

Feature request #32

Closed
mleisher opened this issue Apr 22, 2013 · 1 comment
Closed

Feature request #32

mleisher opened this issue Apr 22, 2013 · 1 comment

Comments

@mleisher
Copy link

Very nice plugin! One minor feature request: trigger a custom event right after cloning the table header so the copy can be modified before being managed by stickyTableHeaders. Maybe something like:

base.$clonedHeader = base.$originalHeader.clone();
$this.trigger('stickyTableHeader.clonedHeader',[base.$clonedHeader]);

I have an application that hides table columns (header and body) before stickyTableHeaders gets added, and have to remove the hidden table headers from the copy so the header column widths are right for the table body.

@jmclocklin
Copy link

+1

Has anyone implemented a good workaround for this?

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

3 participants