For scrolling the table I use css overfolw.
The paging is on top.
The export is on bottom.
For scrolling it is necessary to
use a <div id=....><table>..</table> </div>
To set the div I am using the displaytag.properties like that:
paging.banner=.......<div id=...>
export.banner=.....</div>
Is there a other way to set the <div> directly
befor the <table> tag and directly behind the </table> tag ?
Thanks in advance
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For scrolling the table I use css overfolw.
The paging is on top.
The export is on bottom.
For scrolling it is necessary to
use a <div id=....><table>..</table> </div>
To set the div I am using the displaytag.properties like that:
paging.banner=.......<div id=...>
export.banner=.....</div>
Is there a other way to set the <div> directly
befor the <table> tag and directly behind the </table> tag ?
Thanks in advance
Peter