cancel
Showing results for 
Search instead for 
Did you mean: 

Tableview : Row Selection

Former Member
0 Kudos

Hi Experts,

I have created a component, and a tableview in that, my problem is that the view that comes on UI does not have option of selecting a row, i am able to populate the tableview, but i want it to look like standard opportunity Result tableview, where we can select multiple rown and delete them.

Do i need to do configuration of view somewhere, or define any iterator class to make it look the same. I am using this code in my tableview htm file:


<%
  DATA: LV_XML TYPE STRING.
  lv_xml    = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
%>

<chtmlb:overviewTableConfig id    = "Table"
                            table = "//Result/Table"
                            width = "100%"
                            xml   = "<%= lv_xml %>" />

I tried Copying the standard code for result htm file of oppt component, still it is the same. How would it determine the configuration?

Please help.

Regards,

Rohit Khetarpal

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member206299
Contributor
0 Kudos

Hi Rohit,

Could u Please share as how u solved the issue.

We are also facing a similar task ...

Regards,

Sijo...

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Could you please share it.

Thanks

S.