Use self.pageLength instead of self.options.pageLength in List::getPageByPosition #359

Merged
j merged 1 commit from qsniyg/oxjs:fix-pagelength into master 2023-10-07 09:14:27 +00:00

1 commit

Author SHA1 Message Date
qsniyg
2c4e0b8f7b Use self.pageLength instead of self.options.pageLength in List::getPageByPosition
self.options.pageLength is a hint, the actual pageLength can differ. For example when orientation == both, self.options.pageLength is disregarded entirely.
2023-09-04 22:29:38 +00:00