1 Reply Latest reply on Feb 28, 2008 9:46 AM by ilya_shaikovsky

    scrollableDataTable select/highlight first row

    jehangir

      I have a rich:scrollableDataTable that has it's data loaded from a Backing Bean.

      <rich:scrollableDataTable styleClass="GridContent"
       height="240px"
       width="650px"
       frozenColCount="0"
       id="jurisdictionDataTable"
       rows="40"
       rowClasses="GridRow,
       GridRowAlternate"
       first="0"
       ignoreDupResponses="true"
       value="#{mybean.jurisdictionList}"
       var="tjDTO"
       selection="#{mybean.selection}"
       sortMode="multi">
      


      After it loads, I would like to have the first row of the table selected (i.e., highlighted) automatically.

      Can someone help?

      Thanks.

      Jay