Hi Experts,
I have a requirement in which i have a tableview displaying Opportunity Result View in my Zcomponent, and we want to display a particular row in that tableview in Italics/Red/Bold depending upon some particular type of opportunity.
Plz guide me on how to proceed with this. It would be of great help if some sample code can be put here. Do we have to use concept of iterator/CSS for the same?
I am using following code to display my tableview:
<chtmlb:tableExtension tableId = "ResultList" layout = "FIXED" > <chtmlb:configTable xml = "<%= lv_xml %>" id = "Table" navigationMode = "BYPAGE" onRowSelection = "select" table = "//Result/Table" width = "100%" hasLeadSelection = "TRUE" visibleRowCount = "<%= lv_lines %>" actions = "<%= controller->gt_button %>" actionsMaxInRow = "4" selectionMode = "<%= Result->SELECTION_MODE %>" selectedRowIndexTable = "<%= Result->SELECTION_TAB %>" selectedRowIndex = "<%= Result->SELECTED_INDEX %>" visibleFirstRow = "<%= Result->visible_first_row_index %>" showNoMatchText = "FALSE"/></chtmlb:tableExtension>
Regards,
Rohit