2 Replies Latest reply on Nov 15, 2011 3:31 AM by sandhyaradhakrishnan

    problem in reOrdering in rich:extendedDataTable

    sandhyaradhakrishnan

      Hi ..

       

      I have many columns in my table with horizontal scroll bar. when i try to drag a column to the last column, it is not happening properly. When we drag after the  visible limit of the table's scroll bar, the column is considering the browser's scroll bar and am not able to drop it at the last.

        • 1. Re: problem in reOrdering in rich:extendedDataTable
          vi_mahe_ka1

          can you please paste your code here?

          • 2. Re: problem in reOrdering in rich:extendedDataTable
            sandhyaradhakrishnan

            <rich:extendedDataTable

                                 width="100%"

                                 height="350px"

                                id="dynamicTable"

                                enableContextMenu="false" 

                                var="fileData" reRender="dynamicScroller"

                                rowClasses="datatable-odd,datatable-even"

                                value="#{Bean.tableDataList}"

                                rows="#{Bean.displayRecordCount}"          

                                tableState="#{Bean.tableState}">

             

            this is the code for the table