1 Reply Latest reply on Dec 11, 2009 7:18 AM by ilya_shaikovsky

    srollabledatatable and datatable

    ipraveenjain

      hi
      i have scrollabledatatable

      <rich:scrollableDataTable var="item"
       value="#{mainBind.customWizard.userSynchronizationDetail.importedUsersList}"
       width="500px" height="170px"
       binding="#{mainBind.customWizard.userSynchronizationDetail.importedUsersTable}"
       selection="#{mainBind.customWizard.userSynchronizationDetail.importedUsersSelection}">
      
      

      i want to switch to datatable , but i have problem with selection property as it is not supported by datatable
      can i select multiple rows in data table?
      how can i get the selected rows from datatable?