tags:

views:

330

answers:

2

i want to fix first row of table and this must work in IE 6 , 7, 8 and mozilla 3.o above
and this should be done with single table only, means the header row and other rows should lie in the same table. can anyone provide me the source code for this??? thanks to all , helping me out.

As we implement in excel , the freeze pane scenario, i want to do the same in html , and the above requirements are the same.

+2  A: 

I think you are actually looking for a grid component jquery have one, the ExtJs`s one. With this your user would always see column headers and would be able to page, order, group the data (if you implement those in the backend).

After for doing that in HTML I never hear a solution but I am not a HTML guru.

RageZ
A: 

http://www.codeproject.com/KB/scripting/FreezePanes.aspx

you can find the solution by visiting above url...

dinesh