我使用t:rowsPerPage将行大小设置为网格中的不同值,但是一旦刷新页面,它就会返回默认值。我该如何避免?
<table t:type="grid" id="txnResultGrid" t:id="txnResultGrid" t:source="listTransactions"
t:rowsPerPage="20" t:model="txnGridModel" t:options="txnGridOptions" t:mode="false"
t:row="txnInfo" t:tableInformation="gridInfo" t:exclude="feeExponent,vatExponent">