The Artima Developer Community
Sponsored Link

Java Answers Forum
Scrollable Table

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Scrollable Table Posted: Jan 19, 2009 2:31 AM
Reply to this message Reply
Advertisement
I have a requirement to display a large table of data on a web page, with the further requirement that it be both horizontally and vertically scrollable and that the top row and left column are 'fixed'.

I'm not an html expert and I was surprised how difficult it was to fulfill what I thought was a simple requirement.

I rigged up a working prototype using RichFaces but it feels unnecessarily clunky in the way it works and formatting is an absolute nightmare.

Is there a simpler way to achieve thing? I can find many examples on the internet that do some of the things required, but precious few that do it all.

Embedding Excel is not an option (but would be ideal in many ways).

Thanks,
Vince.

Topic: Virtual Conference on Agile Development Previous Topic   Next Topic Topic: Running batch file by passing parameters

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use