Hello list. I have a question. I need to build a big html table, like
a calendar:

--------------------------------------
X |1 2 3 4 5 6 7 8 9 .... 31
A |x x x n n n n n x ..... x
B |x x x n n x n n x ..... x
C |x n x n n n n n x ..... x
...
A1|x n x n x x n n x ..... x
---------------------------------------

The table dimensions could exceed the page dimensions (some of the
user still have a resolution of 1024x768).
I need to set fixed the first column on X but not in Y.
I need to set fixed the header on Y but not in X.
I need to set fixed on X and Y on the first cell.

Somebody know some plugin or tip to help me?

Searching I found MooGrid. It's very awesome and can by used to
display the data but I need to create a more dynamic table, and I
don't if with that plugin I can do this in a acceptable time to my
boss:

- My idea is show (with a lightbox effect) a popup when the user
clicking a day (in the example x or n). In that lightbox popup he can
change the status of this day for that specific row.
- After any change in the day (with ajax) reload only the row changed.
To my this is important, because the table is big and a completly
reload of the page after every change can be maddening for the user.

Well, I have the knowledge to satisfy this two tasks, I only mention
them to give an idea of my difficulty to use MooGrid o any other grid
already created. My problem is about the fixed property.


Sorry if  is a newbie question, and sorry too for my bad english.

Cheers.

P.D.: Using Mootools 1.2.5

Reply via email to