Table resizing due to browser resizing or panel collapse
In the following figures, the records in gray are those that are requested by chunking but are not visible in the browser.
Example: Table resizing due to browser window resize to a bigger size or collapsing a panel (chunk size of 10)
If a user requests the next chunk of data (the following figure), the next chunk of records displays and is limited by the chunk size of the table.
Example: Next chunk displays due to user request (chunk size of 10)
If a user resizes the browser window bigger (the following figure), then requests the next chunk of data, the next chunk of records displays starting with the next record that was not visible.
Example: Next chunk displays due to browser window resize to a bigger size then requesting the next chunk (chunk size of 10)
If a user resizes the browser window smaller (the following figure), then requests the next chunk of data, the next chunk of records displays starting with the next record that was not visible.
Example: Next chunk displays due to browser window resize to a smaller size then requesting the next chunk (chunk size of 10)
If a user requests the next chunk of data (the following figure), then resizes the browser window to a smaller size, then requests the previous chunk, the previous chunk of records displays ending with the next record that was not visible.
Example: Previous chunk displays due to browser window resize to a smaller size then requesting previous chunk (chunk size of 10)
If a user resizes the browser window to a bigger size (the following figure), then requests the previous chunk, the previous chunk of records displays and can include some records that were previously displayed.
Example: Previous chunk displays due to browser window resize to a bigger size then requesting previous chunk (chunk size of 10)