Why not set tr class on fnOpen?
Why not set tr class on fnOpen?
When adding rows using fnOpen, class is only set on td, and not tr.
This can make certain problems with for example css if i want the
"details" column opened to have similar color as the row above..
tr.odd + tr.details {
background-color: #ff0000;
}
I could ofcorse fix this here, but I think this may be something that
should be added to main distribution if there are no major reasons
not to..
This can make certain problems with for example css if i want the
"details" column opened to have similar color as the row above..
tr.odd + tr.details {
background-color: #ff0000;
}
I could ofcorse fix this here, but I think this may be something that
should be added to main distribution if there are no major reasons
not to..
This discussion has been closed.
Replies
Allan