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

Possible issue with 'Dynamically Changing Group Title From Subfield' (row counts are getting off) #87

Open
lifeflowdan opened this issue May 13, 2018 · 0 comments

Comments

@lifeflowdan
Copy link

lifeflowdan commented May 13, 2018

I think there is an issue with this snippet, and perhaps more specifically with the below part. Under certain conditions, the Row Numbers get off. One replicatable condition is if you have three rows, delete the third row and add another. That new row should be row 4, but it displaying row 5.

I tried subtracting hidden (aka deleted) rows, but it wasn't working. I tried but my css attribute (visibility) and by the class you assign rows when hidden. Neither worked.

I didn't see this as a known issue. I'd be thrilled if you had a possible solution, as this snippet is particularly useful for what I'm doing. Thank you!
rowindex = $this.parents( '[data-iterator]' ).data( 'iterator' );

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

1 participant