jQuery MiniUI

 找回密码
 立即注册
查看: 1670|回复: 0
打印 上一主题 下一主题

mini-datagrid [复制链接]

Rank: 2

跳转到指定楼层
楼主
发表于 2020-10-15 16:05:58 |显示全部楼层 |倒序浏览
<iframe src="${webRoot}aaa.html?personmodel" frameborder="0"
        scrolling="no" cellpadding=0 cellspacing=0 margin=0
        id="external-frame" width=100% onload="setIframeHeight(this)"></iframe>

<div id="record_list" title="备案信息" class="mini-datagrid" showHeader="true"
             style="height:80%;width:100%;margin-top: 10px;"
             url="${webRoot}aaa.html?queryPage" dataField="list"
             autoLoad="true" allowAlternating="true" allowResize="false"
             sortMode="client" virtualScroll="false" virtualColumns="false"
             showPager="true" pageSize="10"
             idField="aae073"
        >iframe加载了一个页面,里面有个按钮,点击这个按钮查询时,有查询条件,怎么让mini-datagrid中的数据显示为该查询条件的数据。访问页面时没有数据,点击查询后显示根据查询条件查询的数据

Archiver|普加软件

GMT+8, 2024-5-25 07:41 , Processed in 1.055698 second(s), 10 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部