Detailview

Hi,

My question is a pure beginners ask. In the Detail View to my GridView, I would like to incorporate within the Detail View own headings. How do I do that?




<?= DetailView::widget([

        'model' => $model,

        'attributes' => [

            // HEADING NEED

            'part1',                  

            'part2',     

            // HEADING NEED        

            'part1',                  

            'part2',              

                   

            ],

    ])