Thursday, May 28, 2009

Re: [php-objects] Like Excel FREEZE Pane in php



Thanks Davide Baglieri

It works for me. tnx

Ganzo

________________________________
From: Davide Baglieri <davidonzo@gmail.com>
To: php-objects@yahoogroups.com
Sent: Thursday, May 28, 2009 10:25:22 PM
Subject: Re: [php-objects] Like Excel FREEZE Pane in php

<table border=1>
<tr style="position: fixed;">
<th style="width: 35px; height:35px; ">A</th>
<th style="width: 35px; height:35px; ">B</th>
<th style="width: 35px; height:35px; ">C</th>
<th style="width: 35px; height:35px; ">D</th>
</tr>
<tr>
<td style="width: 35px; height:35px; "></td>
<td style="width: 35px; height:35px; "></td>
<td style="width: 35px; height:35px; "></td>
<td style="width: 35px; height:35px; "></td>
</tr>
<?php for($i=0; $i<=100;$i++ ):?>
<tr>
<td style="width: 35px; height:35px; "><?php echo $i ?></td>
<td style="width: 35px; height:35px; "><?php echo $i ?></td>
<td style="width: 35px; height:35px; "><?php echo $i ?></td>
<td style="width: 35px; height:35px; "><?php echo $i ?></td>
</tr>
<?php endfor;?>
</table>

Use CSS to obtain something similar

On Thu, May 28, 2009 at 3:17 PM, Ganzorig Ulziibat <ganzo_u@yahoo. com> wrote:
>
>
> Hello experts.
>
> I have very large table in my php code. but it's very hard to search items.
> i have to need freeze one top row and one left column like Microsoft office
> excel. How to do it?
>
> thanks
>
> Ganzo.
>
> [Non-text portions of this message have been removed]
>
>

[Non-text portions of this message have been removed]

__._,_.___
Are you looking for a PHP job?
Join the PHP Professionals directory Now!
http://www.phpclasses.org/jobs/
Recent Activity
Visit Your Group
Give Back

Yahoo! for Good

Get inspired

by a good cause.

Y! Toolbar

Get it Free!

easy 1-click access

to your groups.

Yahoo! Groups

Start a group

in 3 easy steps.

Connect with others.

.

__,_._,___

No comments: