Author: konstantin.mishin
Date: 2011-01-20 10:19:26 -0500 (Thu, 20 Jan 2011)
New Revision: 21120
Modified:
trunk/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/extendedDataTable.js
Log:
RF-10256
Modified:
trunk/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/extendedDataTable.js
===================================================================
---
trunk/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/extendedDataTable.js 2011-01-20
15:05:41 UTC (rev 21119)
+++
trunk/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/extendedDataTable.js 2011-01-20
15:19:26 UTC (rev 21120)
@@ -607,7 +607,7 @@
if ("u" == this.shiftIndex) {
range = [0, index];
} else if ("d" == this.shiftIndex) {
- range = [index, rows - 1];
+ range = [index, this.rows - 1];
} else if (index >= this.shiftIndex) {
range = [this.shiftIndex, index];
} else {
Show replies by date