I have a list of records in Table and the columns are quite many in number. So, they extend to right side and I have to move the screen to right and left. Is there any way to freeze some columns displayed on the left side so that when we move to the right side we are sure on which record we are?
Actually, for security purpose I have moved "Delete" icon to the right-most column and to click it, we must scroll towards right. But then, we are lost as to on which record we are really because there are so many records.
Thanks in advance!
UPDATE:PHPHorizons wrote:That sounds like a css/html issue to me. You might try using position: absolute or position: relative.
Consider an Excel Worksheet in which you can Freeze (Pane) so that the Top Row (Heading) and the Left Column (Heading or Data) can be fixed and we can easily scroll down and right, and can see in which row or colum (heading) we are.
See this example:
Code: Select all
Month 1 2 3 4 5 6 7 8 9 10 11 12
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec Note:
Just check the above table as it is displayed here on this page. If we don't "Expand" the view we are lost !