Skip to Content
0
Jul 23, 2014 at 08:46 AM

THTMLB:cellerator Filtering data

96 Views

Hi,

I'm using SUS application that is based on BSP.

When I display a table I want to be able to filter data. But When I click on the column nothing happen.

here is the code:

<thtmlb:grid cellSpacing = "1"

columnSize = "1"

rowSize = "2"

cellPadding = "10%"

width = "100%" >

<thtmlb:gridCell rowIndex = "1"

columnIndex = "1" >

<thtmlb:textView text = "<%=status%>"

design = "HEADER1" />

<sus:docToolbar id = "listCelleratorToolbar"

group = "LIST"

iv_btn_edit = "<%= btn_edit %>"

iv_no_download = "false" />

</thtmlb:gridCell>

<thtmlb:gridCell rowIndex = "2"

columnIndex = "1" >

<thtmlb:cellerator id = "listCellerator"

iterator = "<%= IO_ITERATOR %>"

table = "//order_list/order_list"

editMode = "NONE"

showToolbarArea = "false"

noHeader = "false"

selectionMode = "MULTI"

onHeaderClick = "onMyHeaderClick"

onRowSelection = "onMyRowSelection"

visibleRowCount = "<%= lepp %>"

visibleFirstRow = "<%= iv_list_nav_index %>"

selectedRowIndexTable = "<%= lt_sel_rows %>"

pagerEntryCount = "5"

horizontalScrolling = "false"

hasPagerWhenCollapsed = "true"

personalizable = "false"

showPersonalizeButton = "false" />

</thtmlb:gridCell>

</thtmlb:grid>

any ideas?

Regards,

Joseph Fryda