muyuym / yii2-adminlte3

adminlte3 for yii2
BSD 3-Clause "New" or "Revised" License
75 stars 30 forks source link

Incompatible interface #15

Closed MinatoFanboy closed 2 years ago

MinatoFanboy commented 3 years ago

I found some crash in sidebar when using kartik\grid\GridView. What can I do cash

neoacevedo commented 3 years ago

I think because kartik-v grid loads a different version of bootstrap. I saw the same and I had to use the default grid widget.

zzbajie commented 3 years ago

params.php { return [ 'adminEmail' => 'admin@example.com', 'PAGESIZEMAX'=>10, 'bsVersion' => '4.x', //kartik-v ]; }