$summaryOptions public property
The HTML attributes for the summary of the list view. The "tag" element specifies the tag name of the summary element and defaults to "div".
See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered.
public array $summaryOptions = ['class' => 'summary']
Please login to continue.