mutiple rows highlighting is now working
mutiple rows highlighting is now working
![swathigude](https://secure.gravatar.com/avatar/a2226554aba4f2adfa448cbc441e74bf/?default=https%3A%2F%2Fvanillicon.com%2Fa2226554aba4f2adfa448cbc441e74bf_200.png&rating=g&size=120)
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.