Column lock/freeze functionality in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Pirontech
Forum Commoner
Posts: 29
Joined: Wed Oct 28, 2009 5:31 am

Column lock/freeze functionality in PHP

Post 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.
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: Column lock/freeze functionality in PHP

Post 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.
Post Reply