mutiple rows highlighting is now working
mutiple rows highlighting is now working
swathigude
Posts: 7Questions: 0Answers: 0
by selecting mutiple rows highlighting is now working
i have used
$(this).toggleClass('row_selected');
and in my table i have used "display" class.
in in my css i have
table.display tr.even.row_selected td {
background-color: #B0BED9;
}
table.display tr.odd.row_selected td {
background-color: #9FAFD1;
}
please suggest me anyone on this..
i have used
$(this).toggleClass('row_selected');
and in my table i have used "display" class.
in in my css i have
table.display tr.even.row_selected td {
background-color: #B0BED9;
}
table.display tr.odd.row_selected td {
background-color: #9FAFD1;
}
please suggest me anyone on this..
This discussion has been closed.