これ左端が見出しってことでなく色変えたいだけならCSSでもいいと思うよ
<style>
.testClass tbody tr td:nth-child(1) {
background-color:AliceBlue;
}
</style>
|testClass|k
|a|b|
|c|d|
みたいな感じ