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:
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
Post a Comment