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.
Column lock/freeze functionality in PHP
Moderator: General Moderators
-
internet-solution
- Forum Contributor
- Posts: 220
- Joined: Thu May 27, 2010 6:27 am
- Location: UK
Re: Column lock/freeze functionality in PHP
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.
I do not this you can easily achieve scrolling / column freezing with PHP alone. You will have to use some javascript.