|
Hi Boogle,
I need to display the data in a table since we are getting that from DB queries and later processed by Struts tag libs to display the results in a table.
For the data please consider something as simple as
Headers:
column1 ... column20
and the content:
row 1,1 ... row 1,20
...
...
...
row n,1 ... row n,20
Having column1...column3 always fixed, and the rest as a group horizontally scrollable.
Also don't mind about css since the ones we have may change soon, we only need to know the trick to have the columns 1..3 stoically fixed...
Thanks in advanced!!!
|