css - AdminLte theme: Two column layout (one is listing the other is the record) -


i'm trying build layout within adminlte (v2) theme. layout follows:

enter image description here

the issue whenever try expanding list view right, instead of record view moving right, goes under listing view. there fix that?

<div class="row">     <div id="listing" class="col-sm-3">         <?= gridview::widget([         ]); ?>     </div>     <div id="details" class="col-sm-9"></div> </div> 


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -