Hi,
I created a new TableView with 2 titles in the columndefinitions. When the table is displayed in the screen and i scroll in it, the column titles are scrolling as well. Is there a way to always keep those column titles in top of the TableView?
<xhtmlb:overflowContainer mode = "SCROLL"
width = "600px"
height = "150px" >
<htmlb:tableView id = "z6consommation1"
fillUpEmptyRows = "true"
footerVisible = "false"
selectionMode = "SINGLESELECT"
visibleFirstRow = "1"
columnDefinitions = "<%= columnDefinitions %>"
selectedRowIndex = "<%= me->rowSelection %>"
table = "<%= me->it_consommation %>"
onRowSelection = "MyEventRowSelection"
visibleRowCount = "150"
sort = "SERVER"
width = "100%" />
</xhtmlb:overflowContainer>