Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
<?=GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'summary'=>false,
'columns' => [
['class' => 'yii\grid\SerialColumn'],
'id',
'date',
'pacient_id',
'standart_id',
'date_close',
'pacients.family',
/*'name',
'otchestvo',
'dr'*/
],
'tableOptions' => [
'class' => 'table table-inverse',
],
'rowOptions' => [
'class' => 'table-success',
],
]); ?>
tabindex=>false
, не...че то с происходит не то...
Смотри Макс еще вопрос. Почему когда я переопределяю параметр в модели поиска, не происходит замены. Например :
почему такая схема не срабатывает можешь объяснить?