EasyUI Forum

General Category => General Discussion => Topic started by: deib97 on June 01, 2016, 03:34:52 AM



Title: Create column groups in DataGrid in easyui-tabs?
Post by: deib97 on June 01, 2016, 03:34:52 AM
Hi,
I had a problem when using the sample code from this :
http://www.jeasyui.com/tutorial/datagrid/datagrid9.php
when i paste in php files under easyui-tabs become like this :
(http://aaaa.jpg)
Code:
<div data-options="region:'center',iconCls:'icon-layout'" style="padding: 2px;">
                <div id="tabhome" class="easyui-tabs" style="width:auto;" > 
                        <div id="konten_menu" title="Konten" style="padding: 2px;">
                        <?php
                            
include "data/beranda.php";   
                        
?>
 
                        </div>
                </div>
        </div>
But if i paste under easyui-tabs become good...
Why with my code??