我想顯示不同顏色的替代行。我已經在CSS中指定了顏色。當我檢查時,行有class =「odd」或class =「even」,但有些行有class =「odd even」和class =「even odd」。它是如何發生的?任何人都可以解釋爲什麼它將課程視爲「奇數偶數」或「偶數」。提前致謝。替代行顏色
table.dataTable .odd { background-color: red; }
table.dataTable .even { background-color: green; }
你可以發佈一些代碼嗎? –
你在使用分頁嗎? –
你有一個嘗試代碼,請發佈你的代碼 – falguni