Comments on: Fixed Table Head http://stansight.com/WordPress/2008/07/03/fixed-table-head/ Coding for the Web - A JavaScript Resource Mon, 26 Jul 2010 12:53:41 -0400 hourly 1 http://wordpress.org/?v=3.0 By: Arun http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1414 Arun Tue, 06 Apr 2010 12:10:23 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1414 Can you please try this, i have requirement where the first 3 columns in a table should be freezed during horizontall scroll. I tried a lot but coudn’t acheive this. Can you please help with this? Can you please try this, i have requirement where the first 3 columns in a table should be freezed during horizontall scroll. I tried a lot but coudn’t acheive this. Can you please help with this?

]]>
By: Mike http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1411 Mike Thu, 25 Mar 2010 14:32:23 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1411 This is great. Thanks! This is great. Thanks!

]]>
By: Diep http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1389 Diep Tue, 12 Jan 2010 15:51:49 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1389 Do you have the solution for the same matter, but in jsf? I'm using h:dataTable. Thanks. Do you have the solution for the same matter, but in jsf? I’m using h:dataTable. Thanks.

]]>
By: Stan Slaughter http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1388 Stan Slaughter Mon, 07 Dec 2009 18:25:18 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1388 I'm glad you figured out the issue. I’m glad you figured out the issue.

]]>
By: Henric http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1387 Henric Mon, 07 Dec 2009 17:22:11 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1387 Forget the last post .. I AM STUPID. Got it ... Thanks a lot ! Forget the last post .. I AM STUPID. Got it …
Thanks a lot !

]]>
By: Henric http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1386 Henric Mon, 07 Dec 2009 16:58:23 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1386 This css-code works perfect when directly included in the section. It does not work by putting it in a separate file. Im using Firefox 3.5.5 with developer toolbar. The css-file seem to get loaded correctly, it also has the right permission and ownership. SomeTitle (where test.css includes the cut and paste css, without the tags). Am I so stupid and blind ?? Have you any idea ?? Anywhere, thanks for this very clean and professional solution .. This css-code works perfect when directly included in the section. It does not work by putting it in a separate file. Im using Firefox 3.5.5 with developer toolbar. The css-file seem to get loaded correctly, it also has the right permission and ownership.

SomeTitle

(where test.css includes the cut and paste css, without the tags).

Am I so stupid and blind ?? Have you any idea ??

Anywhere, thanks for this very clean and professional solution ..

]]>
By: Stan Slaughter http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1385 Stan Slaughter Tue, 01 Dec 2009 13:35:40 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1385 Dinesh, If you are talking about the sort script posted about here: http://stansight.com/WordPress/2007/10/07/sort-lock-table/ (I really have not tested this recently and do not know how well it works for modern browsers) Then all you need to have done is to view the source of the Demo page I linked to and notice that it is using the external js file http://www.stansight.com/sort/sortTable.js Dinesh,

If you are talking about the sort script posted about here: http://stansight.com/WordPress/2007/10/07/sort-lock-table/

(I really have not tested this recently and do not know how well it works for modern browsers)

Then all you need to have done is to view the source of the Demo page I linked to and notice that it is using the external js file http://www.stansight.com/sort/sortTable.js

]]>
By: dinesh http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1384 dinesh Tue, 01 Dec 2009 09:41:13 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1384 In your solution for sort table with header row lock , the file sortTable.js is not found, can you please mail me at dineshp@productdossier.com , i will be very grateful as i need this very urgently. thanks. In your solution for sort table with header row lock , the file sortTable.js is not found, can you please mail me at dineshp {at} productdossier(.)com , i will be very grateful as i need this very urgently.
thanks.

]]>
By: Angela http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-1347 Angela Fri, 13 Nov 2009 17:00:27 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-1347 First off I want to thank Stan for this excellent CSS! Has anyone come up with the solution for the row height when there's only a few rows? First off I want to thank Stan for this excellent CSS!

Has anyone come up with the solution for the row height when there’s only a few rows?

]]>
By: Stan Slaughter http://stansight.com/WordPress/2008/07/03/fixed-table-head/comment-page-1/#comment-126 Stan Slaughter Wed, 29 Jul 2009 11:34:19 +0000 http://stansight.com/WordPress/2008/07/03/fixed-table-head/#comment-126 Jeff, All the code I have published on this site is freely available for anyone to use. My intent is to help people by providing them with easy to implement solutions to what are sometimes complex problems. Feel free to add the phrase, "(c) 2009 StanSight.com - Permission granted to use for any purpose via the MIT License." to any code of mine that you wish. I'll update the files myself when time permits. P.S. There is a somewhat different solution to the problem of displaying table titles which I talk about over here: http://stansight.com/WordPress/2008/07/29/floating-table-titles/ Instead of fixing the titles in place, I make them float :) Jeff,

All the code I have published on this site is freely available for anyone to use. My intent is to help people by providing them with easy to implement solutions to what are sometimes complex problems.

Feel free to add the phrase, “(c) 2009 StanSight.com – Permission granted to use for any purpose via the MIT License.” to any code of mine that you wish.

I’ll update the files myself when time permits.

P.S.

There is a somewhat different solution to the problem of displaying table titles which I talk about over here: http://stansight.com/WordPress/2008/07/29/floating-table-titles/ Instead of fixing the titles in place, I make them float :)

]]>