Hi there,
Thank you for your feedback.
We’ll look into the IE 11 issue and provide an update as soon as possible.
Row highlighting in league tables would be a great feature. We’ve added it to our roadmap and will let you know when this feature becomes available.
thx for respond.
ifor some one who cant wait for colored rows:
.sp-league-table tbody tr:nth-child(1) td, .sp-league-table tbody tr:nth-child(1) td a
{
color: green;
}
.sp-league-table tbody tr:nth-child(n+16) td, .sp-league-table tbody tr:nth-child(n+16) td a
{
color: red;
}
it changed only font color, but you can do a bit more. And of course this solution has few drawbacks.
PS for table with 16 rows