easyui 如何同时左右显示两个datagrid

  • Post author:
  • Post category:其他


 <table>
        <tr><td><table id="tbKey" class="easyui-datagrid" style="width: 330px; height: 230px"></table></td>
            <td>
                ||||||
            </td>
            <td><table  id="tbVector" class="easyui-datagrid selectedGrid" title="已选择员工列表"  style="width: 330px; height: 230px" data-options="rownumbers:true"></table></td>
        </tr>
    </table>



版权声明:本文为jia_zhengshen原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。