Code: Alles auswählen.
<htmlb:tableView id = "tv1"
headerText = "Connections"
headerVisible = "true"
design = "alternating"
visibleRowCount = "8"
fillUpEmptyRows = "true"
onHeaderClick = "MyEventHeaderClick"
onRowSelection = "MyEventRowSelection"
selectionMode = "multiselect"
table = "<%= itab %>" >
<htmlb:tableViewColumns>
<htmlb:tableViewColumn columnName = "MATNR"
wrapping = "true"
width = "100"
onCellClick ="MyCellClickCarrid__"
horizontalAlignment="center"
title = "Materialnummer"
type = "user" >
</htmlb:tableViewColumn>
<htmlb:tableViewColumn columnName = "ERSDA"
type = "user"
title = "Erstelldatum"
horizontalAlignment="center" >
</htmlb:tableViewColumn>
<htmlb:tableViewColumn columnName = "ERNAM"
type = "user"
title = "Erstellername"
cellInvalidKey = "invalid"
cellDisabledKey = "disabled"
horizontalAlignment="center" >
</htmlb:tableViewColumn>
<htmlb:tableViewColumn columnName = "LAEDA"
type = "button"
title = "LAEDA"
cellDesignKey = "design"
onItemClick = "MyButton__"
horizontalAlignment="center" />
<htmlb:tableViewColumn columnName = "AENAM"
onCellClick = "MyCellClickFldate__"
title = "AENAM"
wrapping = "true"
width = "100"
horizontalAlignment="center" />
<htmlb:tableViewColumn columnName = "VPSTA"
onCellClick = "MyCellClickFldate__"
title = "VPSTA"
wrapping = "true"
width = "100"
horizontalAlignment="center" >
</htmlb:tableViewColumn>
<htmlb:tableViewColumn columnName = "PSTAT"
title = "PSTAT"
type = "link"
linkColumnKey = "linkcarrid"
linkClickTarget = "_blank"/>
</htmlb:tableViewColumns>
</htmlb:tableView>