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
With reference to the solution provided here- [Table] Specify background colour for striped rows within a table #5286
while the background color changes, it doesn't change to the appropriate color specified. For example -
getStripedStyle(index) {
return { background: index % 2 ? '#fafafa' : '#323' };
}
changed the color, but displayed a different color order than the one specified above.
The text was updated successfully, but these errors were encountered:
Your issue has been closed because it does not conform to our issue requirements.
Please provide a reproduction test case. This would help a lot 👷 .
A live example would be perfect. This codesandbox.io templatemay be a good starting point. Thank you!
With reference to the solution provided here- [Table] Specify background colour for striped rows within a table #5286
while the background color changes, it doesn't change to the appropriate color specified. For example -
getStripedStyle(index) {
return { background: index % 2 ? '#fafafa' : '#323' };
}
changed the color, but displayed a different color order than the one specified above.
The text was updated successfully, but these errors were encountered: