Tableview : Row Selection
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