cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic actions in table

Former Member
0 Kudos

Hi

I need to perform actions in the table on every field ...

Like i have a requirement of time table

which shud have monday to sunday columns and

hourly based rows

can any one please tell me the how to do it ..........

Accepted Solutions (0)

Answers (1)

Answers (1)

pravesh_verma
Active Contributor
0 Kudos

Hi Kiran,

It is quite simple.. You can create a table with 7 columns [Mon - Sun]. For that you need a node structure like this:

Node_Week

|

|- Monday_Attribute

|- Tuesday_Attribute

|- Wednesday_Attribute

|- Thursday_Attribute

|- Friday_Attribute

|- Saturday_Attribute

|- Sunday_Attribute

Map the datasource of the table with the node (Node_Week) and create 7 table cellEditors of type which ever you want. It may be a textview, hyperlink or the image. Asper you requirement.

Then you can have the logic written for this table, whatever you want.

If you need further information please let me know.

I hope this will definitely help you.

Thanks and Regards,

Pravesh

Former Member
0 Kudos

Thanks parvesh

I have done those steps but its enabling only for one row but i want it all rows

i have table

monday tue wen thur fri sat sun

8:00 to 9:00 button button button

9:00 to 10:00 button

10:00 to 11:00 button

11:00 to 12:00 button

12:00 to 13:00 button

13:00 to 14:00 button

14:00 to 15:00 button

15:00 to 16:00 button

like this on every day i shud have a ction

pravesh_verma
Active Contributor
0 Kudos

Hi Kiran,

I am not sure what exactly is your table design. If you could explain indetails tehn probably I can help you!

What does " 8:00 to 9:00 button button button " this denote???

Regards,

Pravesh

Former Member
0 Kudos

yah sure

this is time table

on every box of table i need action

pravesh_verma
Active Contributor
0 Kudos

Hi Kiran,

I understood that!! what I am asking is what are the value you want in the time table.. I mean.. if this is you time table then fill the values in this:


___________________________________________________________________
|   |  Sunday  |  Monday |  Tuesday  | Wednesday | Thursday | Friday | Saturday  |
____________________________________________________________________
|   |               |              |                 |                   |               |           |                 |
____________________________________________________________________
|   |               |              |                 |                   |               |           |                 |
____________________________________________________________________
|   |               |              |                 |                   |               |           |                 |
____________________________________________________________________
|   |               |              |                 |                   |               |           |                 |
____________________________________________________________________
|   |               |              |                 |                   |               |           |                 |
____________________________________________________________________  
|   |               |              |                 |                   |               |           |                 |
____________________________________________________________________

Please fill this table so that I can understand your requirement.

Thanks and Regards,

Pravesh

Former Member
0 Kudos

yah exactly

time

Sunday

Monday

Tuesday

Wednesday

Thursday

Friday

Saturday

____________________________________________________________________

8 to 9

____________________________________________________________________

9 to 10

____________________________________________________________________

10 to 11

____________________________________________________________________

11 to 12

____________________________________________________________________

12 to 01

____________________________________________________________________

01 to 02

____________________________________________________________________

According to the time and week action shud be performed..

Edited by: kiran kumar on Feb 20, 2009 12:27 PM

Edited by: kiran kumar on Feb 20, 2009 12:29 PM

Former Member
0 Kudos

Hi,

Use calendar week view control if its available.

Regards

Ayyapparaj

Former Member
0 Kudos

Where can i find that can you please tell me

am unable to find