alternate color rows problem
alternate color rows problem
tiaraxnjaem
Posts: 17Questions: 5Answers: 0
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
this is live preview.. http://live.datatables.net/yecapona/3/edit
i dont know what is problem
thank youuu all
it's solved ^^
Duplicate of this thread, please don't repost,
Colin