We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
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]); }
Sorry, something went wrong.
fix onRenderHeader missing last column for issue #93
bc6a102
Hi @OBCENEIKON!
Thanks for reporting this issue and providing a fix. I really appreciate it!
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: