Skip to content

Conversation

@willystadnick
Copy link

I am working with nested tables and I noticed that the row index was wrong after the first row...

This happens because .find gets all descendant tr including the ones in nested tables, causing the row index to go bananas.

So my solution was to use .children instead, because it only includes tr from current tbody.

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.

1 participant