Hi Bryn,
On 3 Dec 2014 at 06:15:50, Bryn Jeffries
(bryn.jeffries@sydney.edu.au(mailto:bryn.jeffries@sydney.edu.au)) wrote:
Hi,
I've got a few wiki pages that contain large tables (more columns than will fit
across the page and more rows than will fit down the page), after being imported from a
spreadsheet. I'd like to restrict the view of such tables to what can be shown in the
visible area, with sliders to move around. Is there already a facility to do this, or a
simple styling parameter?
You should certainly be able to do that using a Skin extension to put custom CSS (if you
wish to do that for the whole page or whole wiki):
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
The other option, probably simpler, is to use HTML style values just before your table.
For example:
(% style=“…html style content here” %)
|=head1|=head2
|cell11|cell12
See examples and documentation
at
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HTables
Thanks
-Vincent