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