我使用 java struts 框架。在列表页面中,记录列在表格中
<display:table class="table980" id="table1" name="sessionScope.ruhsatListe"
sort="list" pagesize="100" requestURI="/IletimAction.do?target=rListele"
export="true">
<display:column class="tableItem" property="sicilNo" title="Sicil No" sortable="true" headerClass="tableColHeadingSort" />
我想更改页面大小 attr。列出 10 条记录或 50 条记录或 100 条
我使用了 jquery 但不工作,代码是:
function(deger){
location.reload();
$("#table1").removeAttr("pagesize");
$("#table1").attr('pagesize', deger);
}
我可以将页面大小更改为动态吗?我用jQuery