Combination should work as well.
dirk.
Op 15 Apr 2009 om 20:29 heeft Bob Paige <[email protected]> het
volgende geschreven:\
That works wonderfully!
If I might impose to extend the question: can this be used with the
built-in
table styles like 'filter-table', etc.? Or is it either-or?
--
Bobman
On Wed, Apr 15, 2009 at 2:07 PM, Dirk Frederickx
<[email protected]>wrote:
Bob,
Try putting some css around the table. Something like this:
%%( width:90%; overflow:scroll;)
table-stuff
/%
Similarly you could restrict the height with scrollbars.
dirk
On 4/15/09, Bob Paige <[email protected]> wrote:
One of my users wants to put large tables in a wiki page (like 22
columns
and 30-40 rows) and wonders if we can somehow put scrollbars
around the
thing, rather than having to scroll the entire page. If we could
use the
window's scrollbars it might not be so bad, but since the page
content
has
its own scrollbar, the user has to run to the bottom of the
window, move
the
inner scrollbar, then run back up and look at the large table again.
If there isn't a way built-in to JSPWiki, is there a way through
HTML
that I
could implement through a plugin, i.e.
[{ScrollingTable
||column 1||column 2||...
|row1...
|row2..
...
}]
Thanks.
--
Bobman