Vote count:
0
I am trying to use kartik's grid view widget but it is not registering css files, only js. I use it like in the example:
<?=
GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
['class' => 'yii\grid\SerialColumn'],
'id',
'id_company',
'created_at',
'updated_at',
['class' => 'yii\grid\ActionColumn'],
],
]);
?>
JS files are registered, but not CSS files. Why? I have noticed that generally CSS files are not being registered using AssetManager.
asked 1 min ago
Yii2 - kartik grid view widget assets not registering
Aucun commentaire:
Enregistrer un commentaire