Page 1 of 1

Column lock/freeze functionality in PHP

Posted: Sat Jun 12, 2010 12:07 am
by Pirontech
Is there a way to freeze/lock one or more columns through php ?

The table I am using is horizontally scrollable .When I freeze say the first one or two columns , these one or two columns should not move while scrolling.

Please suggest/help ASAP.

Thanks in advance.

Re: Column lock/freeze functionality in PHP

Posted: Sat Jun 12, 2010 1:07 pm
by internet-solution
How are you creating / scrolling the table? Pure PHP? or do you use javascript?

I do not this you can easily achieve scrolling / column freezing with PHP alone. You will have to use some javascript.