Massimiliano Del Matto
unread,Jan 5, 2012, 8:24:12 AM1/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JMesa
Hi Jeff, hi all (and happy new year, too!)
I have read some previous posts where someone were asking for a
(JMesa) scrollable table body, and the answer was to do the scrolling
by CSS (i.e. adding some style to the rendered <tbody> tag). The
problem was (strangely...) when using iexplorer, overflow attribute on
<tbody> doesn't work.
It's easy to find online a workaround for doing a scrollable table
body. One can create two html <table>s, the first containing the head
content and the second the body: enclosing the second one into a <div
style="overflow: auto;"> the final table body will be scrollable and
fine working in every browser.
Now I ask you if it's possible to reproduce this behaviour in a future
version of JMesa (with some changes to HtmlBuilder or something like).
Thank you,
Massimiliano