You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
When scrolling quickly through the table the row classes are not being updated correctly onto the DOM; i.e., there will be two consecutive 'dt-row-odd's. This is not a big issue unless one overrides the background color styles for alternating row colors- then it becomes blatantly apparent. Looking more closely it appears to be related to rows that are only partially visible. It never happens to a block of rows in the center.
I'll look into this a bit later. I see a few different possibilities that could be the issues.
Speaking on another note; I work for a small team that will probably be using this component and there are a few outstanding issues that we (I) would like to fix- I forked the repo and will push some pull requests against it at some point.
The text was updated successfully, but these errors were encountered:
When scrolling quickly through the table the row classes are not being updated correctly onto the DOM; i.e., there will be two consecutive 'dt-row-odd's. This is not a big issue unless one overrides the background color styles for alternating row colors- then it becomes blatantly apparent. Looking more closely it appears to be related to rows that are only partially visible. It never happens to a block of rows in the center.
I'll look into this a bit later. I see a few different possibilities that could be the issues.
Speaking on another note; I work for a small team that will probably be using this component and there are a few outstanding issues that we (I) would like to fix- I forked the repo and will push some pull requests against it at some point.
The text was updated successfully, but these errors were encountered: