Quantcast
Channel: SCN : Discussion List - Business Server Pages (BSP)
Viewing all articles
Browse latest Browse all 237

THTMLB:cellerator Filtering data

$
0
0

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


Viewing all articles
Browse latest Browse all 237

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>