cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Table UI Element

Former Member
0 Kudos

HI all,

I have used a Table in my application in that i have Month as dropdown and wenever iam selecting the month after clicking submit we have to retrieve the shifts of that pirticular month for all the days (Ex;Jan we have to retrieve for 30 days shifts )and we have to display those values in the table. But what i need is for Ex: In Jan we have 31 days and for feb we will have 28 days so the no of columns should have to display on the basis of that days how is it possible,,,

any one help me out in solving this issue ..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use dynamic context for creation of column data.

As of now, i can give you a basic flow:

1. Create dynamic context for your table Data for months.

2. Now when you design your output table, based on the month selected, create a static table and add the fields dynamically to it.

To create context dynamically, you can refer to help available on tables.

Cheers,

SV