We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa2f1a commit cdcb457Copy full SHA for cdcb457
src/selection/grid/BaseModel.mjs
@@ -34,7 +34,7 @@ class BaseModel extends Model {
34
35
for (node of path) {
36
if (node.id === nodeId) {
37
- rowIndex = parseInt(node.aria.rowindex) -2;
+ rowIndex = parseInt(node.aria.rowindex);
38
39
// aria-rowindex is 1 based & also includes the header
40
rowIndex -= 2;
0 commit comments