How to Remove the Numbered column in GridView

I just want to remove the first column, which is the column that numbers all the rows

Hi…




'columns' => [

    ['class' => 'yii\grid\SerialColumn'], // remove this line here

]



regards