wanjidong / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

I need to fix the table headers for jmesa table while the data scrolls #281

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I have used the following styles for jmesa css for classes like "toolbars", 
"headers" and "filter" - position:relative and top:scrollTop;
2. It is fixing the headers now. But when I scroll the values, they move up and 
down behind the headers.
3. I guess the background is being transparent
How can I make it opaque. I tried using filter:alpha(opacity=50) but am not 
getting the desired result. 
What is the expected output? What do you see instead?

The data should not scroll in the header background or atleast should not be 
seen scrolling.
What version of the product are you using? On what operating system?
Latest version, Windows

Please provide any additional information below.

Original issue reported on code.google.com by sutapa...@gmail.com on 13 Sep 2010 at 12:10

GoogleCodeExporter commented 8 years ago
Scrolling the body of a table is very specific to the browser...this is not 
something that JMesa can do anything about.

Original comment by jeff.johnston.mn@gmail.com on 10 Mar 2011 at 9:19