$dataProvider, 'itemView' => '_question_comment_view', 'options' => [ 'tag' => 'ul', 'class' => 'proektant-comments style', ], 'itemOptions' => [ 'tag' => 'li', 'class' => CommentWidget::$baseClass[ 'comment_container' ], 'data' => [ 'form' => $commentClass->formName(), ], ], 'layout' => "{items}\n{pager}", ]);