<table id="OrderDetail" class="easyui-datagrid" style="height:200px"
data-options="
rownumbers:true,
collapsible:true,
checkOnSelect:true,
selectOnCheck:true,
singleSelect:true,
showFooter: true,
remoteSort:false,
pagination: 'true',"
>
<thead>
<tr>
<th data-options="field:'ck',checkbox:true"></th>
<th data-options="field:'I_E_FLAG',width:100">报价编号</th>
<th data-options="field:'Library',width:100">客户代码</th>
<th data-options="field:'OwnerCode',width:100">目的港</th>
<th data-options="field:'I_E_FLAG',width:100">业务类型</th>
<th data-options="field:'Library',width:100">是否可用</th>
<th data-options="field:'OwnerCode',width:100">审批状态</th>
<th data-options="field:'I_E_FLAG',width:100">建档人员</th>
<th data-options="field:'Library',width:100">建档时间</th>
<th data-options="field:'OwnerCode',width:100">操作点</th>
<th data-options="field:'I_E_FLAG',width:100">启用日期</th>
<th data-options="field:'Library',width:100">停用日期</th>
<th data-options="field:'OwnerCode',width:100">自定义名称</th>
<th data-options="field:'OwnerCode',width:100">备注</th>
</tr>
<thead>
</table>
如代码所示,在表格中填数据,但是数据超出表格大小就不出现了,怎么设置滚动条,当内容多余表格大小事,显示滚动条。网上方法查了没用,
我有个很久以前的小demo加我qq820398513发给你,弹出层,表格等,
table{
overflow-x: scroll;
}