hacan359
hacan359
### What steps will reproduce the problem? I have 2 layouts main and second. For main in the view, I need attributes to display, for example, the number of online...
Add the ability to include style and add class when rendering td in Yiisoft\Yii\DataView\GridView ```php GridView::widget() ->columns( new DataColumn(property: 'id', header: 'ID', contentOptions: function ($model, $key, $index, $column) { //...
**Describe the bug** I am experiencing an issue with ReDoc where nested objects are rendered inconsistently at different levels of depth in my API documentation. Specifically, I have defined a...