1
我使用java struts框架。在列表頁中,記錄列於表改變表格在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" />
我想更改pagesize attr。上市10條或50的記錄或100
我使用jQuery的,但沒有工作,代碼是:
function(deger){
location.reload();
$("#table1").removeAttr("pagesize");
$("#table1").attr('pagesize', deger);
}
我能更改頁面大小的動態?我使用jquery
我們使用struts 1.0框架並且不支持ajax。還有什麼建議? –
對於Struts 1.0,我認爲我給的是最好的。 – anoopelias