Row_selected working but not working
Row_selected working but not working
jdadwilson
Posts: 127Questions: 30Answers: 1
My dataTables design is such that when a user clicks on a row the background-color of the row would change color. Lots of discussion on the subject so was able to implement the design with no problem... almost.
The row is determined and the 'row_selected' class is assigned with no problem. But, the color does not change. Within the CSS I added the following...
[code]tr.row_selected { background-color: #900; color:#900; }[/code]
What is interesting is that the color works but the background-color does not. (Yes, once it works I'll change the bg-color to something other than #900 and remove the color: #900;) ;>)
TIA for any assistance
jdadwilson
The row is determined and the 'row_selected' class is assigned with no problem. But, the color does not change. Within the CSS I added the following...
[code]tr.row_selected { background-color: #900; color:#900; }[/code]
What is interesting is that the color works but the background-color does not. (Yes, once it works I'll change the bg-color to something other than #900 and remove the color: #900;) ;>)
TIA for any assistance
jdadwilson
This discussion has been closed.
Replies
Allan