alternate color rows problem

alternate color rows problem

tiaraxnjaemtiaraxnjaem Posts: 17Questions: 5Answers: 0
edited June 2021 in General

halo.. i wanna alternate color rows in datatable.. but when i tried it, part of scroll of row datatable not coloring
like this

I am using css like this for alternate color rows

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th, .table-striped>tbody>tr:nth-child(odd){ background-color:#deefff; }

thanks in advance

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.