It sounds like there might be an interesting enhancement here though. Even with paging turned on, say with pagesize="25", it'd be quite nice to have display tag render a "Show All" link along with the paging links. Obviously this would have to be configurable to some degree (on/off, limit on rows for show "all"). But it'd be quite handy where most users will want to page but some users want to see everything at once...

-t

On Mar 15, 2006, at 5:02 AM, Ed Webb wrote:



Zsolt wrote:
Hi,

I use the paging of displaytag but sometime it would be useful to show all
items of a table without paging.

How can I do that?

I use 1.1.
Zsolt


If you set the pagesize attribute to 0 it will show all the items.

<display:table name="data" id="d" pagesize="0">
</display:table>

Ed!



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel? cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to