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

onRenderHeader no effect on last column #93

Closed
jerimiahmilton opened this issue Jun 20, 2012 · 2 comments
Closed

onRenderHeader no effect on last column #93

jerimiahmilton opened this issue Jun 20, 2012 · 2 comments
Labels

Comments

@jerimiahmilton
Copy link

Hi,

It looks like any thing done in the onRenderHeader method is not applied to the last method.

This can be seen on the tablesorters own page http://mottie.github.com/tablesorter/docs/example-option-render-header.html

There is no rounded corner box around "Date"

@jerimiahmilton
Copy link
Author

It looks like this can be fixed by changing line 387 from

if (c.onRenderHeader) { c.onRenderHeader.apply($th, [index]); }

to

if (c.onRenderHeader) { c.onRenderHeader.apply($t, [index]); }

@Mottie
Copy link
Owner

Mottie commented Jun 21, 2012

Hi @OBCENEIKON!

Thanks for reporting this issue and providing a fix. I really appreciate it!

@Mottie Mottie closed this as completed Jun 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants