I have a table that is filled with data from a database. When you scroll down though the headings are lost.
In order to solve this problem I made a second table above the first tables that held the headings. The headings are taken from the database with the data.
The problem is that the content in the second table changes the sizes of the fields so the headings in the first table no longer line up properly.
Does anyone know how I can make the first table copy the second tables field sizes.
I am editing my predecessors code which is a .jsp file which I am told is a form of Java.