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

Update widget-grouping.js #1301

Merged
merged 1 commit into from
Nov 4, 2016
Merged

Update widget-grouping.js #1301

merged 1 commit into from
Nov 4, 2016

Conversation

babaevmm
Copy link
Contributor

//add first() for groping with childRows
data.$row.first().before( tsg.groupHeaderHTML( c, wo, data ) );

If a group with child rows (tablesorter-childRow), then inserted two headers once- for main row and for child. Add the first() function before before() operation for solve this problem.

//add first() for groping with childRows
				data.$row.first().before( tsg.groupHeaderHTML( c, wo, data ) );

If a group with child rows (tablesorter-childRow), then inserted two headers once- for main row and for child. Add the first() function before before() operation for solve this problem.
@Mottie Mottie merged commit 974116f into Mottie:master Nov 4, 2016
@Mottie
Copy link
Owner

Mottie commented Nov 4, 2016

Hi @babaevmm!

Sorry for the long delay in responding. I've just returning from an extended vacation.

This looks like a good idea. Thanks for your contribution!

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

Successfully merging this pull request may close these issues.

2 participants