1 Reply Latest reply on Jan 30, 2008 8:51 AM by ilya_shaikovsky

    DataScroller-Problems

    flokati

      1.
      The following Code runs:

      <rich:dataTable id ="mytable>
       ........ // TableStuff .......
      </rich:dataTable>
      <rich:datascroller align="left" for="mytable" maxPages="20" style="width: 75%;"/>

      But not this one:
      <rich:datascroller align="left" for="mytable" maxPages="20" style="width: 75%;"/>
      <rich:dataTable id ="mytable>
       ........ // TableStuff .......
      </rich:dataTable>


      With the second Code Fragment I got a "could not find dataTable with id 'mytable'" - Exception.

      Is it only possible to have first the Table and than the DataScroller????


      2.
      I would like to have the DataScroller with the same width as the DataTable.
      But how? I tried to use the "style"-Tag, but it won't work :-(