cancel
Showing results for 
Search instead for 
Did you mean: 

Help in personalization

Former Member
0 Kudos

Dear All,

I am making an Web Dynpro Java application.

In this application I have got a Table to be displayed. I have to personalize the table i.e some user might want to see only first two columns of the table, some might want to see all, some might want to see some other columns.

I have made checkboxes , each checkbox correspond to the table column. If the user want to see the first two column he just have to tick the checkbox and submit it. The column will be visible.

But the users need this checkbox selection to be saved. i.e if they select the first the column and the last column then next time the user uses that application the check box selection has to be maintained and only that table columns has to be visible.

How that can be done please suggest.

Regards,

Swapnil Indulkar

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi,

To achieve this u need to make use of a DB in which u can store the selection criteria. Else the settings will be lost once the component's scope is completed.

Create a table in any of the DB and store the selection value.

Regards,

Poojith MV

Former Member
0 Kudos

Hi Poojith,

Problem got resolved

Thanks alot

Regards

Swapnil Indulkar

Answers (0)