Skip to Content
0
Former Member
Feb 25, 2009 at 05:13 AM

Improve table UI performance

41 Views

Hi All,

I have a table Ui Element in WebDynpro for Java In that table I have 30 rows and 4 columns and the 3 columns are

1)Date

2)Project Name (Drop down by key)

3)Shift (Drop down by key)

Here i will display 30 days in the date column where user has to select the shifts and projects for those 30 days.

In the project and shifts column i am populating data using simple types for those dropdowns dynamically from backend.

In the OnLeadSelect Method of the table i am populating the simple types of the shifts based on the three conditions

1)If the day is Weekday i have to populate one set of simple type(EX:General,Second,Night etc)

2)If the day is weekend i have to populate one set of simple type(EX:Weekend-General,Weekend-Second Weekend-Night etc)

3)If the day is Holiday i have to populate one set of simple type(EX:Holiday-General,Holiday-Second,Holiday-Night etc)

Note:and all those values i.e for ex General,Second,Night will be in DB i have to retrieve those values from backend based on the conditions and i have to populate those simple types.

But here my issue is, when i clicked on iview to open that screen it is taking lot of time for displaying the screen. So how can i increase the performence of the table so plz any one tell me in solving out this issue*.

Thanks,

Gupta