DaveMacdonald
Board Regular
- Joined
- Nov 28, 2013
- Messages
- 52
- Office Version
- 365
- Platform
- Windows
Hello all,
I wish to freeze a pane like one normally would then, if you are scrolling down and meet a particular row while scrolling down, that row becomes another part of the frozen pane area.
Example...
An employee list:
Two different tables with one row gap between them, one for Full Time and one for Part Time. I want to freeze row 2 and above. The user can then scroll down until they get to the next table where I would want to add rows 8 and 9 to the frozen pane section (cutting out rows 3:7). This way the user can know that they are looking at either full or part time employees just by looking at the top rows in view.
[TABLE="******* 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]Full Time [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]First Name[/TD]
[TD]Last Name
[/TD]
[TD]Middle Inital[/TD]
[TD]Etc...
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Employee[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Employee[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Part Time[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Middle Initial[/TD]
[TD]Etc...[/TD]
[/TR]
</tbody>[/TABLE]
So, is this possible?
I wish to freeze a pane like one normally would then, if you are scrolling down and meet a particular row while scrolling down, that row becomes another part of the frozen pane area.
Example...
An employee list:
Two different tables with one row gap between them, one for Full Time and one for Part Time. I want to freeze row 2 and above. The user can then scroll down until they get to the next table where I would want to add rows 8 and 9 to the frozen pane section (cutting out rows 3:7). This way the user can know that they are looking at either full or part time employees just by looking at the top rows in view.
[TABLE="******* 500"]
<tbody>[TR]
[TD]1[/TD]
[TD]Full Time [/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]First Name[/TD]
[TD]Last Name
[/TD]
[TD]Middle Inital[/TD]
[TD]Etc...
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Employee[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Employee[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Part Time[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Middle Initial[/TD]
[TD]Etc...[/TD]
[/TR]
</tbody>[/TABLE]
So, is this possible?