In my application I have a <p:dataTable>
with attributes lazy="true" paginatorTemplate="...{RowsPerPageDropdown}..." rowsPerPageTemplate="10,50,100"
I set value attribute of this datatable from a lazyDataModel. I got total no of records of this dataModel by dataModelName.getRowCount()
.
Now problem is I want to show rowsPerPageTemplate="10,20,50,ALL"
where ALL
stands for total no of records of dataModel (ie. dataModelName.getRowCount())
.
If anyone know this please help me. Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…