ICEfaces
  1. ICEfaces
  2. ICE-9322

Rows per page set to "all" does not work with LazyDataModel

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.3
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Windows 7, Firefox 21

      Description

      When using the LazyDataModel together with the datatable's rowsPerPageTemplate set to "all" a divide by zero exception is thrown as the pageSize is set to 0 internally and used in LazyDataModel class in line 73 ( this.rowIndex = (rowIndex % pageSize)) which causes the error.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Florian Jung
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: